mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 20:12:29 +00:00
eldritch: fix kitty template
This commit is contained in:
@@ -1,63 +1,22 @@
|
|||||||
# vim:ft=kitty
|
color0 #21222c
|
||||||
## name: Eldritch
|
color1 #f9515d
|
||||||
## author: jacobrreed
|
color2 #37f499
|
||||||
## license: MIT
|
color3 #e9f941
|
||||||
## upstream: https://github.com/eldritch-theme/kitty
|
color4 #9071f4
|
||||||
## blurb: A theme for the Ancient Ones!
|
color5 #f265b5
|
||||||
foreground #ebfafa
|
color6 #04d1f9
|
||||||
background #212337
|
color7 #ebfafa
|
||||||
selection_foreground #ebfafa
|
color8 #7081d0
|
||||||
selection_background #bf4f8e
|
color9 #f16c75
|
||||||
|
|
||||||
url_color #04d1f9
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #21222c
|
|
||||||
color8 #7081d0
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #f9515d
|
|
||||||
color9 #f16c75
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #37f499
|
|
||||||
color10 #69F8B3
|
color10 #69F8B3
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #e9f941
|
|
||||||
color11 #f1fc79
|
color11 #f1fc79
|
||||||
|
color12 #a48cf2
|
||||||
# blue
|
|
||||||
color4 #9071f4
|
|
||||||
color12 #a48cf2
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #f265b5
|
|
||||||
color13 #FD92CE
|
color13 #FD92CE
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #04d1f9
|
|
||||||
color14 #66e4fd
|
color14 #66e4fd
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #ebfafa
|
|
||||||
color15 #ffffff
|
color15 #ffffff
|
||||||
|
background #212337
|
||||||
# Cursor colors
|
selection_foreground #ebfafa
|
||||||
cursor #37f499
|
cursor #37f499
|
||||||
cursor_text_color #f8f8f2
|
cursor_text_color #f8f8f2
|
||||||
|
foreground #ebfafa
|
||||||
# Tab bar colors
|
selection_background #bf4f8e
|
||||||
active_tab_foreground #212337
|
|
||||||
active_tab_background #04d1f9
|
|
||||||
inactive_tab_foreground #37f499
|
|
||||||
inactive_tab_background #323449
|
|
||||||
|
|
||||||
# Marks
|
|
||||||
mark1_foreground #212337
|
|
||||||
mark1_background #f9515d
|
|
||||||
|
|
||||||
# Splits/Windows
|
|
||||||
active_border_color #a48cf2
|
|
||||||
inactive_border_color #212337
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,63 +1,22 @@
|
|||||||
# vim:ft=kitty
|
color0 #ebfafa
|
||||||
## name: Eldritch Light
|
color1 #f9515d
|
||||||
## author: jacobrreed (light variant by CodeCompanion)
|
color2 #37f499
|
||||||
## license: MIT
|
color3 #e9f941
|
||||||
## upstream: https://github.com/eldritch-theme/kitty
|
color4 #9071f4
|
||||||
## blurb: A light variant of the Eldritch theme!
|
color5 #f265b5
|
||||||
|
color6 #04d1f9
|
||||||
foreground #212337 # dark text
|
color7 #212337
|
||||||
background #ebfafa # light background
|
color8 #7081d0
|
||||||
selection_foreground #ebfafa # light text on selection
|
color9 #f16c75
|
||||||
selection_background #bf4f8e # magenta selection
|
|
||||||
|
|
||||||
url_color #04d1f9
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #ebfafa # background-like
|
|
||||||
color8 #7081d0
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #f9515d
|
|
||||||
color9 #f16c75
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #37f499
|
|
||||||
color10 #69F8B3
|
color10 #69F8B3
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #e9f941
|
|
||||||
color11 #f1fc79
|
color11 #f1fc79
|
||||||
|
color12 #a48cf2
|
||||||
# blue
|
|
||||||
color4 #9071f4
|
|
||||||
color12 #a48cf2
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #f265b5
|
|
||||||
color13 #FD92CE
|
color13 #FD92CE
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #04d1f9
|
|
||||||
color14 #66e4fd
|
color14 #66e4fd
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #212337 # foreground-like
|
|
||||||
color15 #323449
|
color15 #323449
|
||||||
|
background #ebfafa
|
||||||
# Cursor colors
|
selection_foreground #ebfafa
|
||||||
cursor #212337 # dark cursor
|
cursor #212337
|
||||||
cursor_text_color #ebfafa
|
cursor_text_color #ebfafa
|
||||||
|
foreground #212337
|
||||||
# Tab bar colors
|
selection_background #bf4f8e
|
||||||
active_tab_foreground #ebfafa
|
|
||||||
active_tab_background #04d1f9
|
|
||||||
inactive_tab_foreground #37f499
|
|
||||||
inactive_tab_background #dbe6e6
|
|
||||||
|
|
||||||
# Marks
|
|
||||||
mark1_foreground #ebfafa
|
|
||||||
mark1_background #f9515d
|
|
||||||
|
|
||||||
# Splits/Windows
|
|
||||||
active_border_color #a48cf2
|
|
||||||
inactive_border_color #ebfafa
|
|
||||||
|
|||||||
Reference in New Issue
Block a user