diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-11 01:41:05 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-11 01:41:05 +0900 |
| commit | 166ebd4a04d12c38f2493a4bfbe59d1e58fcd1dc (patch) | |
| tree | cca385d3fdf3fec82ac59310c912db3ee9bf7da1 /config/wallust/templates/colors-kitty.conf | |
| parent | 1b691b5d8b6b3b3bada39b7bcdc0b2d5bd163195 (diff) | |
config.rasi color, wallust-kitty, Dark Obsidian Waybar CSS updated.
Diffstat (limited to 'config/wallust/templates/colors-kitty.conf')
| -rw-r--r-- | config/wallust/templates/colors-kitty.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index 4bcd862b..b88fb4c1 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,4 +1,5 @@ -font_family Intel One Mono +font_family Fira Code SemiBold +font_size 13.0 bold_font auto italic_font auto bold_italic_font auto @@ -7,9 +8,12 @@ confirm_os_window_close 0 foreground {{foreground}} background {{background}} -background_opacity 0.25 +background_opacity 0.7 cursor {{cursor}} +selection_foreground #000000 +selection_background #F5FBFF + active_tab_foreground {{background}} active_tab_background {{foreground}} inactive_tab_foreground {{foreground}} @@ -19,7 +23,7 @@ active_border_color {{foreground}} inactive_border_color {{background}} bell_border_color {{color1}} -color0 {{color0}} +color0 {{color0}} color1 {{color1}} color2 {{color2}} color3 {{color3}} |
