all repos

dotfiles @ f323497

i use rach linux btw
2 files changed, 34 insertions(+), 34 deletions(-)
kitty: move colorscheme to diff file, update keymaps slightly
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-08 01:31:00 +0200
Parent: 311f976
A config/kitty/colo_tokyonight.conf
···
                
                1
                +background #1a1b26

              
                
                2
                +foreground #c0caf5

              
                
                3
                +selection_background #33467c

              
                
                4
                +selection_foreground #c0caf5

              
                
                5
                +url_color #73daca

              
                
                6
                +cursor #c0caf5

              
                
                7
                +cursor_text_color #1a1b26

              
                
                8
                +active_tab_background #7aa2f7

              
                
                9
                +active_tab_foreground #16161e

              
                
                10
                +inactive_tab_background #292e42

              
                
                11
                +inactive_tab_foreground #545c7e

              
                
                12
                +#tab_bar_background #15161e

              
                
                13
                +color0 #15161e

              
                
                14
                +color1 #f7768e

              
                
                15
                +color2 #9ece6a

              
                
                16
                +color3 #e0af68

              
                
                17
                +color4 #7aa2f7

              
                
                18
                +color5 #bb9af7

              
                
                19
                +color6 #7dcfff

              
                
                20
                +color7 #a9b1d6

              
                
                21
                +color8 #414868

              
                
                22
                +color9 #f7768e

              
                
                23
                +color10 #9ece6a

              
                
                24
                +color11 #e0af68

              
                
                25
                +color12 #7aa2f7

              
                
                26
                +color13 #bb9af7

              
                
                27
                +color14 #7dcfff

              
                
                28
                +color15 #c0caf5

              
                
                29
                +color16 #ff9e64

              
                
                30
                +color17 #db4b4b

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

              
                2
                2
                 hide_window_decorations yes

              
                3
                3
                 

              
                
                4
                +include colo_tokyonight.conf

              
                
                5
                +

              
                4
                6
                 ## Font

              
                5
                
                -font_size 15.0

              
                
                7
                +font_size 15.2

              
                6
                8
                 font_family Jetbrains Mono

              
                7
                9
                 bold_font auto

              
                8
                10
                 italic_font auto

              ···
                38
                40
                 map alt+7 goto_tab 7

              
                39
                41
                 map alt+8 goto_tab 8

              
                40
                42
                 map alt+9 goto_tab 9

              
                
                43
                +map alt+0 goto_tab 10

              
                41
                44
                 map ctrl+shift+t new_tab_with_cwd

              
                42
                
                -map ctrl+shift+f toggle_fullscreen

              
                43
                45
                 map ctrl+equal change_font_size all +1

              
                44
                46
                 map ctrl+minus change_font_size all -1

              
                45
                47
                 map ctrl+backspace change_font_size all 0

              
                46
                
                -

              
                47
                
                -## Colors

              
                48
                
                -background #1a1b26

              
                49
                
                -foreground #c0caf5

              
                50
                
                -selection_background #33467c

              
                51
                
                -selection_foreground #c0caf5

              
                52
                
                -url_color #73daca

              
                53
                
                -cursor #c0caf5

              
                54
                
                -cursor_text_color #1a1b26

              
                55
                
                -active_tab_background #7aa2f7

              
                56
                
                -active_tab_foreground #16161e

              
                57
                
                -inactive_tab_background #292e42

              
                58
                
                -inactive_tab_foreground #545c7e

              
                59
                
                -#tab_bar_background #15161e

              
                60
                
                -color0 #15161e

              
                61
                
                -color1 #f7768e

              
                62
                
                -color2 #9ece6a

              
                63
                
                -color3 #e0af68

              
                64
                
                -color4 #7aa2f7

              
                65
                
                -color5 #bb9af7

              
                66
                
                -color6 #7dcfff

              
                67
                
                -color7 #a9b1d6

              
                68
                
                -color8 #414868

              
                69
                
                -color9 #f7768e

              
                70
                
                -color10 #9ece6a

              
                71
                
                -color11 #e0af68

              
                72
                
                -color12 #7aa2f7

              
                73
                
                -color13 #bb9af7

              
                74
                
                -color14 #7dcfff

              
                75
                
                -color15 #c0caf5

              
                76
                
                -color16 #ff9e64

              
                77
                
                -color17 #db4b4b