chore: add kitty and tmux to dotfiles
This commit is contained in:
8
.config/kitty/kitty.conf
Normal file
8
.config/kitty/kitty.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
font_family CaskaydiaCove Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
font_size 11.0
|
||||
|
||||
include ./themes/OneDark.conf
|
||||
1049
.config/kitty/themes/Dracula.conf
Normal file
1049
.config/kitty/themes/Dracula.conf
Normal file
File diff suppressed because one or more lines are too long
21
.config/kitty/themes/MaterialDark.conf
Normal file
21
.config/kitty/themes/MaterialDark.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
background #222221
|
||||
foreground #e4e4e4
|
||||
cursor #16aec9
|
||||
selection_background #dedede
|
||||
color0 #212121
|
||||
color8 #424242
|
||||
color1 #b7141e
|
||||
color9 #e83a3f
|
||||
color2 #457b23
|
||||
color10 #7aba39
|
||||
color3 #f5971d
|
||||
color11 #fee92e
|
||||
color4 #134eb2
|
||||
color12 #53a4f3
|
||||
color5 #550087
|
||||
color13 #a94dbb
|
||||
color6 #0e707c
|
||||
color14 #26bad1
|
||||
color7 #eeeeee
|
||||
color15 #d8d8d8
|
||||
selection_foreground #222221
|
||||
25
.config/kitty/themes/OneDark.conf
Normal file
25
.config/kitty/themes/OneDark.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
# One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano
|
||||
# This work is licensed under the terms of the GPL-2.0 license.
|
||||
# For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html.
|
||||
|
||||
foreground #979eab
|
||||
background #282c34
|
||||
cursor #cccccc
|
||||
color0 #282c34
|
||||
color1 #e06c75
|
||||
color2 #98c379
|
||||
color3 #e5c07b
|
||||
color4 #61afef
|
||||
color5 #be5046
|
||||
color6 #56b6c2
|
||||
color7 #979eab
|
||||
color8 #393e48
|
||||
color9 #d19a66
|
||||
color10 #56b6c2
|
||||
color11 #e5c07b
|
||||
color12 #61afef
|
||||
color13 #be5046
|
||||
color14 #56b6c2
|
||||
color15 #abb2bf
|
||||
selection_foreground #282c34
|
||||
selection_background #979eab
|
||||
Reference in New Issue
Block a user