Initial commit

This commit is contained in:
vibikim 2020-05-16 23:07:21 +03:00
commit c5703aca02
373 changed files with 12401 additions and 0 deletions

29
kitty/kitty.conf Normal file
View file

@ -0,0 +1,29 @@
font_family GohuFont Nerd Font Mono
bold_font mononoki Nerd Font Mono
italic_font mononoki Nerd Font Mono
bold_italic_font mononoki Nerd Font Mono
font_size 10
window_padding_width 3
adjust_line_height 0
adjust_column_width 0
remember_window_size no
initial_window_width 80c
initial_window_height 25c
window_resize_step_cells 1
window_resize_step_lines 1
cursor_blink_interval 0.8
cursor_stop_blinking_after 15.0
cursor_shape block
background_opacity 1
dim_opacity 1
map alt+c copy_to_clipboard
map alt+v paste_from_clipboard
include sunset.conf

29
kitty/night.conf Normal file
View file

@ -0,0 +1,29 @@
foreground #DCDCDC
background #1D1F28
selection_foreground #1D1F28
selection_background #DCDCDC
color0 #282A36
color8 #282A36
color1 #F37F97
color9 #F37F97
color2 #5ADECD
color10 #5ADECD
color3 #F2A272
color11 #F2A272
color4 #8897F4
color12 #8897F4
color5 #C574DD
color13 #C574DD
color6 #79E6F3
color14 #79E6F3
color7 #DCDCDC
color15 #DCDCDC

25
kitty/pastels.conf Normal file
View file

@ -0,0 +1,25 @@
background #1A2026
#background #261A20
foreground #DCDCDC
selection_background #DCDCDC
selection_foreground #1A2026
cursor #DCDCDC
color0 #3F3F4F
color1 #CF9086
color2 #60b48a
color3 #dfaf8f
color4 #9ab8d7
color5 #dc8cc3
color6 #8cd0d3
color7 #DCDCDC
color8 #4F4F5F
color9 #DCA3A3
color10 #72D5A3
color11 #F0DFAF
color12 #94BFF3
color13 #EC93D3
color14 #93E0E3
color15 #FFFFFF

24
kitty/sunset.conf Normal file
View file

@ -0,0 +1,24 @@
background #191919
foreground #fafafa
selected_background #fafafa
selected_foreground #191919
color0 #191919
color1 #FF4E50
color2 #FC913A
color3 #F9D423
color4 #EDE574
color5 #E1F5C4
color6 #a0a0a0
color7 #fafafa
color8 #4f4f4f
color9 #FF4E50
color10 #FC913A
color11 #F9D423
color12 #EDE574
color13 #E1F5C4
color14 #a0a0a0
color15 #fafafa