Added kitty configs
This commit is contained in:
2719
.config/kitty/kitty.conf
Normal file
2719
.config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load Diff
21
.config/kitty/themes/current-theme.conf
Normal file
21
.config/kitty/themes/current-theme.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
|
38
.config/kitty/themes/midnight-ocean.conf
Normal file
38
.config/kitty/themes/midnight-ocean.conf
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# midnight-ocean kitty theme
|
||||||
|
|
||||||
|
# Base
|
||||||
|
foreground #CAD3E8
|
||||||
|
background #0B1B2B
|
||||||
|
cursor #4F84CC
|
||||||
|
cursor_text #0B1B2B
|
||||||
|
selection_background #152840
|
||||||
|
selection_foreground #CAD3E8
|
||||||
|
|
||||||
|
# Standard colours
|
||||||
|
color0 #0B1B2B
|
||||||
|
color1 #FF5C57
|
||||||
|
color2 #5AF78E
|
||||||
|
color3 #FFCC33
|
||||||
|
color4 #4F84CC
|
||||||
|
color5 #C397D8
|
||||||
|
color6 #70C0BA
|
||||||
|
color7 #CAD3E8
|
||||||
|
|
||||||
|
# Bright colours
|
||||||
|
color8 #647D9C
|
||||||
|
color9 #FF7B72
|
||||||
|
color10 #6DFCAC
|
||||||
|
color11 #FFE080
|
||||||
|
color12 #7FB3FF
|
||||||
|
color13 #D3A9E3
|
||||||
|
color14 #87D4C8
|
||||||
|
color15 #FFFFFF
|
||||||
|
|
||||||
|
# Font
|
||||||
|
font_family Inconsolata Go Nerd Font
|
||||||
|
font_size 12.0
|
||||||
|
|
||||||
|
# Window styling
|
||||||
|
window_padding_width 5
|
||||||
|
window_decorations none
|
||||||
|
background_opacity 0.80
|
Reference in New Issue
Block a user