@@ -39,4 +39,4 @@ cursor #bdae93
|
||||
cursor_text_color #665c54
|
||||
|
||||
# Url color
|
||||
url_color #458588
|
||||
url_color #458588
|
||||
|
||||
47
config/kitty/current-theme.conf
Normal file
47
config/kitty/current-theme.conf
Normal file
@@ -0,0 +1,47 @@
|
||||
# vim:ft=kitty
|
||||
## name: Gruvbox Material Light Soft
|
||||
## author: Sainnhe Park
|
||||
## license: MIT
|
||||
## upstream: https://raw.githubusercontent.com/rsaihe/gruvbox-material-kitty/main/colors/gruvbox-material-light-soft.conf
|
||||
## blurb: A modified version of Gruvbox with softer contrasts
|
||||
|
||||
background #f2e5bc
|
||||
foreground #654735
|
||||
|
||||
selection_background #654735
|
||||
selection_foreground #f2e5bc
|
||||
|
||||
cursor #928374
|
||||
cursor_text_color background
|
||||
|
||||
# Black
|
||||
color0 #bdae93
|
||||
color8 #928374
|
||||
|
||||
# Red
|
||||
color1 #c14a4a
|
||||
color9 #c14a4a
|
||||
|
||||
# Green
|
||||
color2 #6c782e
|
||||
color10 #6c782e
|
||||
|
||||
# Yellow
|
||||
color3 #c35e0a
|
||||
color11 #b47109
|
||||
|
||||
# Blue
|
||||
color4 #45707a
|
||||
color12 #45707a
|
||||
|
||||
# Magenta
|
||||
color5 #945e80
|
||||
color13 #945e80
|
||||
|
||||
# Cyan
|
||||
color6 #4c7a5d
|
||||
color14 #4c7a5d
|
||||
|
||||
# White
|
||||
color7 #654735
|
||||
color15 #654735
|
||||
21
config/kitty/current-theme.conf.bak
Normal file
21
config/kitty/current-theme.conf.bak
Normal file
@@ -0,0 +1,21 @@
|
||||
background #1f1c27
|
||||
foreground #b6a0ff
|
||||
cursor #ff9738
|
||||
selection_background #353146
|
||||
color0 #1f1c27
|
||||
color8 #353146
|
||||
color1 #d8393d
|
||||
color9 #d8393d
|
||||
color2 #2dcc72
|
||||
color10 #2dcc72
|
||||
color3 #d8b76e
|
||||
color11 #d8b76e
|
||||
color4 #ffc183
|
||||
color12 #ffc183
|
||||
color5 #dd8d40
|
||||
color13 #dd8d40
|
||||
color6 #2388ff
|
||||
color14 #2388ff
|
||||
color7 #b6a0ff
|
||||
color15 #e9e4ff
|
||||
selection_foreground #1f1c27
|
||||
@@ -29,7 +29,7 @@ term xterm-kitty
|
||||
enable_audio_bell no
|
||||
|
||||
# os specific tweaks (Gnome window decoration for wayland)
|
||||
linux_display_server wayland
|
||||
linux_display_server x11
|
||||
|
||||
# font
|
||||
font_family JetBrainsMono Nerd Font
|
||||
@@ -60,7 +60,7 @@ remember_window_size yes
|
||||
window_border_width 1.5pt
|
||||
enabled_layouts tall
|
||||
hide_window_decorations no
|
||||
window_scale 3.0
|
||||
#window_scale 3.0
|
||||
|
||||
# window management
|
||||
map ctrl+shift+enter new_window
|
||||
@@ -85,3 +85,9 @@ map ctrl+shift+t new_tab
|
||||
map ctrl+shift+right next_tab
|
||||
map ctrl+shift+left previous_tab
|
||||
map ctrl+shift+q close_tab
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Gruvbox Material Light Soft
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
93
config/kitty/kitty.conf.bak
Normal file
93
config/kitty/kitty.conf.bak
Normal file
@@ -0,0 +1,93 @@
|
||||
|
||||
# _ _ _ _ _ _ _
|
||||
# | | _(_) |_| |_ _ _ | |_ ___ _ __ _ __ ___ (_)_ __ __ _| |
|
||||
# | |/ / | __| __| | | | | __/ _ \ '__| '_ ` _ \| | '_ \ / _` | |
|
||||
# | <| | |_| |_| |_| | | || __/ | | | | | | | | | | | (_| | |
|
||||
# |_|\_\_|\__|\__|\__, | \__\___|_| |_| |_| |_|_|_| |_|\__,_|_|
|
||||
# |___/ _ _ _
|
||||
# ___ _ _ ___| |_ ___ _ __ ___ (_)______ _| |_(_) ___ _ __
|
||||
# / __| | | / __| __/ _ \| '_ ` _ \| |_ / _` | __| |/ _ \| '_ \
|
||||
# | (__| |_| \__ \ || (_) | | | | | | |/ / (_| | |_| | (_) | | | |
|
||||
# \___|\__,_|___/\__\___/|_| |_| |_|_/___\__,_|\__|_|\___/|_| |_|
|
||||
|
||||
##########################################################################
|
||||
|
||||
# themes
|
||||
include GruvBox_DarkHard.conf
|
||||
#include Wryan.conf
|
||||
#include VSCode_Dark.conf
|
||||
|
||||
|
||||
# terminal opacity and blur
|
||||
background_opacity 1.0
|
||||
background_blur 1
|
||||
|
||||
# advance
|
||||
term xterm-kitty
|
||||
|
||||
# terminal bell
|
||||
enable_audio_bell no
|
||||
|
||||
# os specific tweaks (Gnome window decoration for wayland)
|
||||
linux_display_server x11
|
||||
|
||||
# font
|
||||
font_family JetBrainsMono Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_size 10.0
|
||||
|
||||
# font size management
|
||||
map ctrl+shift+backspace change_font_size all 0
|
||||
|
||||
# cursor customization
|
||||
# block / beam / underline
|
||||
cursor_shape block
|
||||
cursor_blink_interval 0
|
||||
cursor_stop_blinking_after 0
|
||||
shell_integration no-cursor
|
||||
|
||||
# scrollback
|
||||
scrollback_lines 5000
|
||||
wheel_scroll_multiplier 3.0
|
||||
|
||||
# mouse
|
||||
mouse_hide_wait -1
|
||||
|
||||
# window layout
|
||||
remember_window_size yes
|
||||
window_border_width 1.5pt
|
||||
enabled_layouts tall
|
||||
hide_window_decorations no
|
||||
#window_scale 3.0
|
||||
|
||||
# window management
|
||||
map ctrl+shift+enter new_window
|
||||
map ctrl+shift+] next_window
|
||||
map ctrl+shift+[ previous_window
|
||||
|
||||
# layout management
|
||||
map ctrl+shift+l next_layout
|
||||
map ctrl+alt+r goto_layout tall
|
||||
map ctrl+alt+s goto_layout stack
|
||||
|
||||
# tab bar customization
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style slanted
|
||||
tab_bar_edge bottom
|
||||
tab_bar_align left
|
||||
active_tab_font_style bold
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# tab management
|
||||
map ctrl+shift+t new_tab
|
||||
map ctrl+shift+right next_tab
|
||||
map ctrl+shift+left previous_tab
|
||||
map ctrl+shift+q close_tab
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Gruvbox Light Soft
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
Reference in New Issue
Block a user