dark mode

This commit is contained in:
2026-02-27 22:33:49 -03:00
parent 0876e7edde
commit 5d99d05bb3
4 changed files with 58 additions and 23 deletions

View File

@@ -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

View File

@@ -3,6 +3,6 @@ hide_window_decorations yes
# BEGIN_KITTY_THEME
# 3024 Day
# Tokyo Night
include current-theme.conf
# END_KITTY_THEME

View File

@@ -1,2 +1,8 @@
background_opacity 1.0
hide_window_decorations yes
# BEGIN_KITTY_THEME
# 3024 Day
include current-theme.conf
# END_KITTY_THEME

View File

@@ -1,4 +1,4 @@
require("config.lazy")
vim.cmd('colorscheme delek')
vim.cmd('colorscheme tokyodark')