use themes from alacritty themes (assumed to be cloned there)
This commit is contained in:
parent
ff6bb86881
commit
a667c5a237
@ -1,43 +1,3 @@
|
||||
[colors.bright]
|
||||
black = "#4C566A"
|
||||
blue = "#81A1C1"
|
||||
cyan = "#8FBCBB"
|
||||
green = "#A3BE8C"
|
||||
magenta = "#B988B0"
|
||||
red = "#BF616A"
|
||||
white = "#ECEFF4"
|
||||
yellow = "#EBCB8B"
|
||||
|
||||
[colors.hints.end]
|
||||
background = "#4C566A"
|
||||
foreground = "#81A1C1"
|
||||
|
||||
[colors.hints.start]
|
||||
background = "#4C566A"
|
||||
foreground = "#B988B0"
|
||||
|
||||
[colors.normal]
|
||||
black = "#3B4252"
|
||||
blue = "#81A1C1"
|
||||
cyan = "#88C0D0"
|
||||
green = "#A3BE8C"
|
||||
magenta = "#B988B0"
|
||||
red = "#BF616A"
|
||||
white = "#E5E9F0"
|
||||
yellow = "#EBCB8B"
|
||||
|
||||
[colors.primary]
|
||||
background = "#2E3440"
|
||||
foreground = "#C8D0E0"
|
||||
|
||||
[colors.search.focused_match]
|
||||
background = "#4C566A"
|
||||
foreground = "#EBCB8B"
|
||||
|
||||
[colors.search.matches]
|
||||
background = "#4C566A"
|
||||
foreground = "#81A1C1"
|
||||
|
||||
[colors.selection]
|
||||
background = "#3F4758"
|
||||
text = "CellForeground"
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/nightfox.toml"
|
||||
]
|
||||
|
@ -1,43 +1,3 @@
|
||||
[colors.bright]
|
||||
black = "#646A76"
|
||||
blue = "#1B40A6"
|
||||
cyan = "#8FBCBB"
|
||||
green = "#5F9E9D"
|
||||
magenta = "#9665AF"
|
||||
red = "#D16366"
|
||||
white = "#ECEFF4"
|
||||
yellow = "#BA793E"
|
||||
|
||||
[colors.hints.end]
|
||||
background = "#646A76"
|
||||
foreground = "#3879C5"
|
||||
|
||||
[colors.hints.start]
|
||||
background = "#646A76"
|
||||
foreground = "#9665AF"
|
||||
|
||||
[colors.normal]
|
||||
black = "#2E3440"
|
||||
blue = "#3879C5"
|
||||
cyan = "#3EA1AD"
|
||||
green = "#48A53D"
|
||||
magenta = "#9F4ACA"
|
||||
red = "#CB4F53"
|
||||
white = "#E5E9F0"
|
||||
yellow = "#EE5E25"
|
||||
|
||||
[colors.primary]
|
||||
background = "#F7F8FA"
|
||||
foreground = "#2E3440"
|
||||
|
||||
[colors.search.focused_match]
|
||||
background = "#646A76"
|
||||
foreground = "#EE5E25"
|
||||
|
||||
[colors.search.matches]
|
||||
background = "#646A76"
|
||||
foreground = "#3879C5"
|
||||
|
||||
[colors.selection]
|
||||
background = "#EAEBED"
|
||||
text = "CellForeground"
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/ayu_light.toml"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user