dotfiles/.config/kitty/current-theme.conf

60 lines
947 B
Text
Raw Permalink Normal View History

2025-09-06 23:01:45 +02:00
# vim:ft=kitty
## name: Solarized Dark
## author: Ethan Schoonover
## license: MIT
## blurb: Precision colors for machines and people
# The basic colors
foreground #839496
background #002b36
selection_foreground #93a1a1
selection_background #073642
# Cursor colors
cursor none
#cursor_text_color #002b36
# kitty window border colors
active_border_color #cb4b16
inactive_border_color #839496
# Tab bar colors
active_tab_background #839496
active_tab_foreground #002b36
inactive_tab_background #002b36
inactive_tab_foreground #839496
# The basic 16 colors
# black
color0 #073642
color8 #002b36
# red
color1 #dc322f
color9 #cb4b16
# green
color2 #859900
color10 #586e75
# yellow
color3 #b58900
color11 #657b83
# blue
color4 #268bd2
color12 #839496
# magenta
color5 #d33682
color13 #6c71c4
# cyan
color6 #2aa198
color14 #93a1a1
# white
color7 #eee8d5
color15 #fdf6e3