diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf index 747996a..d8a8e2a 100644 --- a/kitty/current-theme.conf +++ b/kitty/current-theme.conf @@ -1,21 +1,50 @@ -background #f7f7f7 -foreground #494542 -cursor #494542 -selection_background #a4a1a1 -color0 #090200 -color8 #5b5754 -color1 #da2c20 -color9 #e8bacf -color2 #00a152 -color10 #3a3332 -color3 #fcec02 -color11 #494542 -color4 #00a0e4 -color12 #7f7c7b -color5 #a06994 -color13 #d6d4d3 -color6 #b5e4f4 -color14 #ccab53 -color7 #a4a1a1 -color15 #f7f7f7 -selection_foreground #f7f7f7 +# vim:ft=kitty + +## name: Tokyo Night +## license: MIT +## author: Folke Lemaitre +## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf + + +background #1a1b26 +foreground #c0caf5 +selection_background #283457 +selection_foreground #c0caf5 +url_color #73daca +cursor #c0caf5 +cursor_text_color #1a1b26 + +# Tabs +active_tab_background #7aa2f7 +active_tab_foreground #16161e +inactive_tab_background #292e42 +inactive_tab_foreground #545c7e +#tab_bar_background #15161e + +# Windows +active_border_color #7aa2f7 +inactive_border_color #292e42 + +# normal +color0 #15161e +color1 #f7768e +color2 #9ece6a +color3 #e0af68 +color4 #7aa2f7 +color5 #bb9af7 +color6 #7dcfff +color7 #a9b1d6 + +# bright +color8 #414868 +color9 #ff899d +color10 #9fe044 +color11 #faba4a +color12 #8db0ff +color13 #c7a9ff +color14 #a4daff +color15 #c0caf5 + +# extended colors +color16 #ff9e64 +color17 #db4b4b diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 55b993d..89c113e 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -3,6 +3,6 @@ hide_window_decorations yes # BEGIN_KITTY_THEME -# 3024 Day +# Tokyo Night include current-theme.conf # END_KITTY_THEME \ No newline at end of file diff --git a/kitty/kitty.conf.bak b/kitty/kitty.conf.bak index a695a81..55b993d 100644 --- a/kitty/kitty.conf.bak +++ b/kitty/kitty.conf.bak @@ -1,2 +1,8 @@ background_opacity 1.0 hide_window_decorations yes + + +# BEGIN_KITTY_THEME +# 3024 Day +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file diff --git a/nvim/init.lua b/nvim/init.lua index ca07a0e..159eb5c 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -1,4 +1,4 @@ require("config.lazy") -vim.cmd('colorscheme delek') +vim.cmd('colorscheme tokyodark')