diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 57786e9..d795d28 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,3 +1,3 @@ -include ./nord.conf +include ./tokyo-night.conf font_family SauceCodeProNerdFont font_size 26.0 diff --git a/kitty/tokyo-night.conf b/kitty/tokyo-night.conf new file mode 100644 index 0000000..774ef97 --- /dev/null +++ b/kitty/tokyo-night.conf @@ -0,0 +1,45 @@ + +foreground #a9b1d6 +background #232433 + +# Black +color0 #414868 +color8 #414868 + +# Red +color1 #f7768e +color9 #f7768e + +# Green +color2 #73daca +color10 #73daca + +# Yellow +color3 #e0af68 +color11 #e0af68 + +# Blue +color4 #7aa2f7 +color12 #7aa2f7 + +# Magenta +color5 #bb9af7 +color13 #bb9af7 + +# Cyan +color6 #7dcfff +color14 #7dcfff + +# White +color7 #c0caf5 +color15 #c0caf5 + +# Cursor +cursor #c0caf5 +cursor_text_color #1a1b26 + +selection_foreground none +selection_background #28344a + +url_color #9ece6a +