use new XDG profile
this might be subject to change, due to exessive problems still needing fixes
This commit is contained in:
32
etc/kitty/current-theme.conf
Normal file
32
etc/kitty/current-theme.conf
Normal file
@@ -0,0 +1,32 @@
|
||||
## name: Gruvbox Dark
|
||||
## author: Pavel Pertsev
|
||||
## license: MIT/X11
|
||||
## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark.conf
|
||||
|
||||
selection_foreground #ebdbb2
|
||||
selection_background #d65d0e
|
||||
|
||||
background #282828
|
||||
foreground #ebdbb2
|
||||
|
||||
color0 #3c3836
|
||||
color1 #cc241d
|
||||
color2 #98971a
|
||||
color3 #d79921
|
||||
color4 #458588
|
||||
color5 #b16286
|
||||
color6 #689d6a
|
||||
color7 #a89984
|
||||
color8 #928374
|
||||
color9 #fb4934
|
||||
color10 #b8bb26
|
||||
color11 #fabd2f
|
||||
color12 #83a598
|
||||
color13 #d3869b
|
||||
color14 #8ec07c
|
||||
color15 #fbf1c7
|
||||
|
||||
cursor #bdae93
|
||||
cursor_text_color #665c54
|
||||
|
||||
url_color #458588
|
||||
16
etc/kitty/kitty.conf
Normal file
16
etc/kitty/kitty.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# BEGIN_KITTY_THEME
|
||||
# Gruvbox Dark
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
# shell tmux
|
||||
enable_audio_bell no
|
||||
|
||||
background_opacity 0.90
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="JetBrainsMonoNL Nerd Font Mono"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# END_KITTY_FONTS
|
||||
19
etc/kitty/kitty.conf.bak
Normal file
19
etc/kitty/kitty.conf.bak
Normal file
@@ -0,0 +1,19 @@
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Gruvbox Dark
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
# shell tmux
|
||||
enable_audio_bell no
|
||||
|
||||
map ctrl+tab send_text all \x1b[1;5I
|
||||
map ctrl+shift+tab send_text all \x1b[1;6I
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="JetBrainsMono Nerd Font"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# END_KITTY_FONTS
|
||||
Reference in New Issue
Block a user