New configuration based on xfce4 + bpswm. No more tint2

This commit is contained in:
2024-06-29 18:25:01 -06:00
parent e06469f47b
commit 72ae9f6ce7
40 changed files with 1560 additions and 252 deletions

View File

@@ -1,9 +1,12 @@
# Theme: https://github.com/alternateved/kaolin-inspired/blob/main/kaolin-dark/kitty/Kaolin_Dark.conf
shell fish
editor micro
confirm_os_window_close 0
enable_audio_bell no
visual_bell_duration 0.6
visual_bell_color #111111
font_family Ubuntu Mono
bold_font Ubuntu Medium
@@ -11,59 +14,51 @@ italic_font Ubuntu Italic
bold_italic_font Ubuntu Medium Italic
font_size 11.5
## name: Kaolin Dark
## author: Ogden Webb
## license: GNU GPLv3
## blurb: Dark jade theme inspired by Sierra.vim.
#START SHCHEMES BLOCK : shchemes create_theme kitty
# Base16 - kitty color config
# Scheme by
visual_bell_color #171921
# The basic colors
foreground #E4E4E8
background #18181B
selection_foreground #18181B
selection_background #E4E4E8
background #1C1E26
foreground #CBCED0
selection_background #CBCED0
selection_foreground #1C1E26
url_color #26BBD9
cursor #26BBD9
cursor_text_color #1C1E26
active_border_color #6F6F70
inactive_border_color #232530
active_tab_background #1C1E26
active_tab_foreground #CBCED0
inactive_tab_background #232530
inactive_tab_foreground #9DA0A2
# Cursor colors
cursor #E4E4E8
cursor_text_color #ffffff
# Normal
color0 #1C1E26
color1 #E95678
color2 #29D398
color3 #FAC29A
color4 #26BBD9
color5 #EE64AC
color6 #59E1E3
color7 #CBCED0
# kitty window border colors
active_border_color #4D9391
inactive_border_color #4B5254
# Bright (same as Normal except 8/15)
color8 #6F6F70
color9 #E95678
color10 #29D398
color11 #FAC29A
color12 #26BBD9
color13 #EE64AC
color14 #59E1E3
color15 #E3E6EE
# Tab bar colors
active_tab_background #E4E4E8
active_tab_foreground #18181B
inactive_tab_background #879193
inactive_tab_foreground #18181B
# Other (like base16-shell)
color16 #FAB795
color17 #F09383
color18 #232530
color19 #2E303E
color20 #9DA0A2
color21 #DCDFE4
# black
color0 #4B5254
color8 #879193
# red
color1 #CD5C60
color9 #E36D5B
# green
color2 #6FB593
color10 #72CCBA
# yellow
color3 #DBAC66
color11 #F2C866
# blue
color4 #91B9C7
color12 #97B8DE
# magenta
color5 #845A84
color13 #8C629C
# cyan
color6 #4D9391
color14 #5096AB
# white
color7 #E4E4E8
color15 #EFEFF1
#END SHCHEMES BLOCK