Alacritty theme for kintsugi
This commit is contained in:
@@ -21,29 +21,57 @@ background = "#181818"
|
||||
foreground = "#E4E4E4"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#141415"
|
||||
cursor = "#cdcdcd"
|
||||
text = "#0e0e0e"
|
||||
cursor = "#d4a943"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = "#0e0e0e"
|
||||
cursor = "#ebcb8b"
|
||||
|
||||
[colors.selection]
|
||||
text = "#cdcdcd"
|
||||
background = "#333738"
|
||||
text = "#dddddd"
|
||||
background = "#47464c"
|
||||
|
||||
[colors.search.matches]
|
||||
foreground = "#dddddd"
|
||||
background = "#47464c"
|
||||
|
||||
[colors.search.focused_match]
|
||||
foreground = "#131314"
|
||||
background = "#b8943a"
|
||||
|
||||
[colors.footer_bar]
|
||||
foreground = "#dddddd"
|
||||
background = "#131314"
|
||||
|
||||
[colors.hints.start]
|
||||
foreground = "#131314"
|
||||
background = "#ebcb8b"
|
||||
|
||||
[colors.hints.end]
|
||||
foreground = "#131314"
|
||||
background = "#b8943a"
|
||||
|
||||
[colors.line_indicator]
|
||||
foreground = "None"
|
||||
background = "None"
|
||||
|
||||
[colors.normal]
|
||||
black = "#333333" # punctuation / muted bg tone
|
||||
red = "#b38f8f" # invalid
|
||||
green = "#98c379" # string
|
||||
yellow = "#DBAD49" # keyword / storage / self
|
||||
blue = "#819aff" # number
|
||||
magenta = "#939799" # type / constant
|
||||
cyan = "#678E87" # annotation
|
||||
white = "#dddddd" # default / operator / func
|
||||
black = "#131314"
|
||||
red = "#b38f8f"
|
||||
green = "#a3be8c"
|
||||
yellow = "#ebcb8b"
|
||||
blue = "#6c7a8a"
|
||||
magenta = "#b3a3d3"
|
||||
cyan = "#6ac6f2"
|
||||
white = "#dddddd"
|
||||
|
||||
[colors.bright]
|
||||
black = "#af9661" # comment
|
||||
red = "#b38f8f" # invalid (same, no bright variant)
|
||||
green = "#98c379" # string (same)
|
||||
yellow = "#DBAD49" # keyword bright
|
||||
blue = "#8fa3b3" # link
|
||||
magenta = "#868165" # punctuation
|
||||
cyan = "#678E87" # annotation (same)
|
||||
white = "#dddddd" # default bright
|
||||
black = "#444444"
|
||||
red = "#d9a6a6"
|
||||
green = "#a3be8c"
|
||||
yellow = "#fbe4a8"
|
||||
blue = "#8fa3b3"
|
||||
magenta = "#d3a3d3"
|
||||
cyan = "#8ac6f2"
|
||||
white = "#ffffff"
|
||||
|
||||
Reference in New Issue
Block a user