all repos

dotfiles @ 01ac6ac

my dotfiles
3 files changed, 44 insertions(+), 1 deletions(-)
kitty: enable remote control; add light theme
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-06-15 20:10:34 +0300
Parent: 65bd401
A config/kitty/colo_tokyonight_day.conf

@@ -0,0 +1,42 @@

+background #e1e2e7 +foreground #3760bf +selection_background #b6bfe2 +selection_foreground #3760bf +url_color #387068 +cursor #3760bf +cursor_text_color #e1e2e7 + +# Tabs +active_tab_background #2e7de9 +active_tab_foreground #e9e9ec +inactive_tab_background #c4c8da +inactive_tab_foreground #8990b3 +#tab_bar_background #e9e9ed + +# Windows +active_border_color #2e7de9 +inactive_border_color #c4c8da + +# normal +color0 #e9e9ed +color1 #f52a65 +color2 #587539 +color3 #8c6c3e +color4 #2e7de9 +color5 #9854f1 +color6 #007197 +color7 #6172b0 + +# bright +color8 #a1a6c5 +color9 #f52a65 +color10 #587539 +color11 #8c6c3e +color12 #2e7de9 +color13 #9854f1 +color14 #007197 +color15 #3760bf + +# extended colors +color16 #b15c00 +color17 #c64343
M config/kitty/kitty.conf

@@ -1,7 +1,8 @@

sync_to_monitor yes hide_window_decorations yes +allow_remote_control yes -include colo_tokyonight.conf +include colo_tokyonight_night.conf ## Font font_size 13.7