all repos

dotfiles @ 01ac6ac38545818fc17f1dc07c011e4019ac8f14

i use rach linux btw
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
···
                
                1
                +background #e1e2e7

              
                
                2
                +foreground #3760bf

              
                
                3
                +selection_background #b6bfe2

              
                
                4
                +selection_foreground #3760bf

              
                
                5
                +url_color #387068

              
                
                6
                +cursor #3760bf

              
                
                7
                +cursor_text_color #e1e2e7

              
                
                8
                +

              
                
                9
                +# Tabs

              
                
                10
                +active_tab_background #2e7de9

              
                
                11
                +active_tab_foreground #e9e9ec

              
                
                12
                +inactive_tab_background #c4c8da

              
                
                13
                +inactive_tab_foreground #8990b3

              
                
                14
                +#tab_bar_background #e9e9ed

              
                
                15
                +

              
                
                16
                +# Windows

              
                
                17
                +active_border_color #2e7de9

              
                
                18
                +inactive_border_color #c4c8da

              
                
                19
                +

              
                
                20
                +# normal

              
                
                21
                +color0 #e9e9ed

              
                
                22
                +color1 #f52a65

              
                
                23
                +color2 #587539

              
                
                24
                +color3 #8c6c3e

              
                
                25
                +color4 #2e7de9

              
                
                26
                +color5 #9854f1

              
                
                27
                +color6 #007197

              
                
                28
                +color7 #6172b0

              
                
                29
                +

              
                
                30
                +# bright

              
                
                31
                +color8 #a1a6c5

              
                
                32
                +color9 #f52a65

              
                
                33
                +color10 #587539

              
                
                34
                +color11 #8c6c3e

              
                
                35
                +color12 #2e7de9

              
                
                36
                +color13 #9854f1

              
                
                37
                +color14 #007197

              
                
                38
                +color15 #3760bf

              
                
                39
                +

              
                
                40
                +# extended colors

              
                
                41
                +color16 #b15c00

              
                
                42
                +color17 #c64343

              
M config/kitty/kitty.conf
···
                1
                1
                 sync_to_monitor yes

              
                2
                2
                 hide_window_decorations yes

              
                
                3
                +allow_remote_control yes

              
                3
                4
                 

              
                4
                
                -include colo_tokyonight.conf

              
                
                5
                +include colo_tokyonight_night.conf

              
                5
                6
                 

              
                6
                7
                 ## Font

              
                7
                8
                 font_size 13.7