Add the Modus Themes
This commit is contained in:
parent
794e5956ac
commit
a22c1cf463
4 changed files with 153 additions and 0 deletions
38
color-schemes/Modus-Operandi.ron
Normal file
38
color-schemes/Modus-Operandi.ron
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
(
|
||||
name: "Modus Operandi",
|
||||
foreground: "#000000",
|
||||
background: "#ffffff",
|
||||
cursor: "#000000",
|
||||
bright_foreground: "#000000",
|
||||
dim_foreground: "#595959",
|
||||
normal: (
|
||||
black : "#ffffff",
|
||||
red : "#a60000",
|
||||
green : "#006800",
|
||||
yellow : "#6f5500",
|
||||
blue : "#0031a9",
|
||||
magenta : "#721045",
|
||||
cyan : "#005e8b",
|
||||
white : "#000000",
|
||||
),
|
||||
bright: (
|
||||
black : "#f2f2f2",
|
||||
red : "#d00000",
|
||||
green : "#008900",
|
||||
yellow : "#808000",
|
||||
blue : "#0000ff",
|
||||
magenta : "#dd22dd",
|
||||
cyan : "#008899",
|
||||
white : "#595959",
|
||||
),
|
||||
dim: (
|
||||
black : "#ffffff",
|
||||
red : "#a60000",
|
||||
green : "#006800",
|
||||
yellow : "#6f5500",
|
||||
blue : "#0031a9",
|
||||
magenta : "#721045",
|
||||
cyan : "#005e8b",
|
||||
white : "#000000",
|
||||
),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue