From 572e061f63da734ddc23c55d01084131f65370d9 Mon Sep 17 00:00:00 2001 From: eeleater Date: Sat, 23 Nov 2024 00:38:31 +0100 Subject: [PATCH] new theme and font for kitty --- dot_config/kitty/current-theme.conf | 104 +++++++++++++++++++--------- dot_config/kitty/kitty.conf | 5 +- 2 files changed, 74 insertions(+), 35 deletions(-) diff --git a/dot_config/kitty/current-theme.conf b/dot_config/kitty/current-theme.conf index 627ba40..572c643 100644 --- a/dot_config/kitty/current-theme.conf +++ b/dot_config/kitty/current-theme.conf @@ -1,35 +1,75 @@ # vim:ft=kitty -## name: Dracula -## author: Keegan Carruthers-Smith +## name: citylights +## author: 食無魚 ## license: MIT -## upstream: https://raw.githubusercontent.com/dracula/kitty/master/dracula.conf +## upstream: https://raw.githubusercontent.com/liuyinz/dotfile/master/common/kitty/citylights.conf +## blurb: Theme for Kitty inspired by https://citylights.xyz/ -foreground #f8f8f2 -background #282a36 -selection_foreground #ffffff -selection_background #44475a -url_color #8be9fd -color0 #21222c -color8 #6272a4 -color1 #ff5555 -color9 #ff6e6e -color2 #50fa7b -color10 #69ff94 -color3 #f1fa8c -color11 #ffffa5 -color4 #bd93f9 -color12 #d6acff -color5 #ff79c6 -color13 #ff92df -color6 #8be9fd -color14 #a4ffff -color7 #f8f8f2 -color15 #ffffff -cursor #f8f8f2 -cursor_text_color background -active_tab_foreground #282a36 -active_tab_background #f8f8f2 -inactive_tab_foreground #282a36 -inactive_tab_background #6272a4 -mark1_foreground #282a36 -mark1_background #ff5555 +# The basic colors +foreground #a0b3c5 +background #1d252c +selection_foreground #1d252c +selection_background #a0b3c5 + +# Cursor colors +cursor #a0b3c5 +cursor_text_color #1d252c + +# URL +url_color #5ec4ff + +# kitty window border colors +active_border_color #a0b3c5 +inactive_border_color #62686e + +# OS Window titlebar colors +wayland_titlebar_color #1d252c +macos_titlebar_color #1d252c + +# Tab bar colors +active_tab_foreground #1d252c +active_tab_background #a0b3c5 +inactive_tab_foreground #a0b3c5 +inactive_tab_background #1d252c + +# Colors for marks (marked text in the terminal) + +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 diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index efa925e..fbfae85 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -4,12 +4,11 @@ copy_on_select no strip_trailing_spaces smart window_padding_width 5 enable_audio_bell no -shell_integration disabled # Fonts -font_family CommitMono Nerd Font +font_family 0xproto Nerd Font # BEGIN_KITTY_THEME -# Dracula +# citylights include current-theme.conf # END_KITTY_THEME