feat(alacritty): Add more themes
- One - Tokyo Night Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
889d79842e
commit
afb79c3d56
4 changed files with 94 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
# Colors (One Dark - https://github.com/atom/atom/tree/master/packages/one-dark-syntax)
|
||||
colors:
|
||||
primary:
|
||||
background: "#282c34"
|
||||
foreground: "#abb2bf"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: "#528bff" # syntax-cursor-color
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#3e4451" # syntax-selection-color
|
||||
normal:
|
||||
black: "#5c6370" # mono-3
|
||||
red: "#e06c75" # red 1
|
||||
green: "#98c379"
|
||||
yellow: "#e5c07b" # orange 2
|
||||
blue: "#61afef"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#828997" # mono-2
|
|
@ -0,0 +1,20 @@
|
|||
# Colors (One Light - https://github.com/atom/atom/tree/master/packages/one-light-syntax)
|
||||
colors:
|
||||
primary:
|
||||
background: "#fafafa"
|
||||
foreground: "#383a42"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: "#526eff" # syntax-cursor-color
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#e5e5e6" # syntax-selection-color
|
||||
normal:
|
||||
black: "#696c77" # mono-2
|
||||
red: "#e45649" # red 1
|
||||
green: "#50a14f"
|
||||
yellow: "#c18401" # orange 2
|
||||
blue: "#4078f2"
|
||||
magenta: "#a626a4"
|
||||
cyan: "#0184bc"
|
||||
white: "#a0a1a7" # mono-3
|
|
@ -0,0 +1,27 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "0x1a1b26"
|
||||
foreground: "0xa9b1d6"
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "0x32344a"
|
||||
red: "0xf7768e"
|
||||
green: "0x9ece6a"
|
||||
yellow: "0xe0af68"
|
||||
blue: "0x7aa2f7"
|
||||
magenta: "0xad8ee6"
|
||||
cyan: "0x449dab"
|
||||
white: "0x787c99"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "0x444b6a"
|
||||
red: "0xff7a93"
|
||||
green: "0xb9f27c"
|
||||
yellow: "0xff9e64"
|
||||
blue: "0x7da6ff"
|
||||
magenta: "0xbb9af7"
|
||||
cyan: "0x0db9d7"
|
||||
white: "0xacb0d0"
|
|
@ -0,0 +1,27 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "0x24283b"
|
||||
foreground: "0xa9b1d6"
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "0x32344a"
|
||||
red: "0xf7768e"
|
||||
green: "0x9ece6a"
|
||||
yellow: "0xe0af68"
|
||||
blue: "0x7aa2f7"
|
||||
magenta: "0xad8ee6"
|
||||
cyan: "0x449dab"
|
||||
white: "0x9699a8"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "0x444b6a"
|
||||
red: "0xff7a93"
|
||||
green: "0xb9f27c"
|
||||
yellow: "0xff9e64"
|
||||
blue: "0x7da6ff"
|
||||
magenta: "0xbb9af7"
|
||||
cyan: "0x0db9d7"
|
||||
white: "0xacb0d0"
|
Loading…
Reference in a new issue