changed kitty theme back to dracula

This commit is contained in:
Nikolas Weger 2024-12-10 10:20:59 +01:00
parent d742874280
commit f225beb9a0
2 changed files with 33 additions and 73 deletions

View file

@ -1,75 +1,35 @@
# vim:ft=kitty # vim:ft=kitty
## name: citylights ## name: Dracula
## author: 食無魚 <liuyinz@gmail.com> ## author: Keegan Carruthers-Smith
## license: MIT ## license: MIT
## upstream: https://raw.githubusercontent.com/liuyinz/dotfile/master/common/kitty/citylights.conf ## upstream: https://raw.githubusercontent.com/dracula/kitty/master/dracula.conf
## blurb: Theme for Kitty inspired by https://citylights.xyz/
# The basic colors foreground #f8f8f2
foreground #a0b3c5 background #282a36
background #1d252c selection_foreground #ffffff
selection_foreground #1d252c selection_background #44475a
selection_background #a0b3c5 url_color #8be9fd
color0 #21222c
# Cursor colors color8 #6272a4
cursor #a0b3c5 color1 #ff5555
cursor_text_color #1d252c color9 #ff6e6e
color2 #50fa7b
# URL color10 #69ff94
url_color #5ec4ff color3 #f1fa8c
color11 #ffffa5
# kitty window border colors color4 #bd93f9
active_border_color #a0b3c5 color12 #d6acff
inactive_border_color #62686e color5 #ff79c6
color13 #ff92df
# OS Window titlebar colors color6 #8be9fd
wayland_titlebar_color #1d252c color14 #a4ffff
macos_titlebar_color #1d252c color7 #f8f8f2
color15 #ffffff
# Tab bar colors cursor #f8f8f2
active_tab_foreground #1d252c cursor_text_color background
active_tab_background #a0b3c5 active_tab_foreground #282a36
inactive_tab_foreground #a0b3c5 active_tab_background #f8f8f2
inactive_tab_background #1d252c inactive_tab_foreground #282a36
inactive_tab_background #6272a4
# Colors for marks (marked text in the terminal) mark1_foreground #282a36
mark1_background #ff5555
mark1_foreground #1d252c
mark1_background #8bd49c
mark2_foreground #1d252c
mark2_background #ebbf83
mark3_foreground #1d252c
mark3_background #d95468
# The basic 16 colors
# black
color0 #1d252c
color8 #566c7d
# red
color1 #d95468
color9 #d95468
# green
color2 #8bd49c
color10 #8bd49c
# yellow
color3 #ebbf83
color11 #ebbf83
# blue
color4 #5ec4ff
color12 #5ec4ff
# magenta
color5 #c06ece
color13 #c06ece
# cyan
color6 #008b94
color14 #70e1e8
# white
color7 #a0b3c5
color15 #a0b3c5

View file

@ -9,6 +9,6 @@ enable_audio_bell no
font_family 0xproto Nerd Font font_family 0xproto Nerd Font
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# citylights # Dracula
include current-theme.conf include current-theme.conf
# END_KITTY_THEME # END_KITTY_THEME