diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-01-01 03:15:23 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-01-01 03:15:23 +0530 |
commit | ee452c7e100af0bfaf4fa552c689772e754f2f14 (patch) | |
tree | 3732706a3c4522a1e695666ec4031e3822fa3feb | |
parent | 054a2490db36734733d5515b58b1081ba668f12e (diff) |
kitty: use bloodmoon theme for kitty
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/kitty/current-theme.conf | 107 |
1 files changed, 29 insertions, 78 deletions
diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf index 4a95930..099bf97 100644 --- a/.config/kitty/current-theme.conf +++ b/.config/kitty/current-theme.conf @@ -1,80 +1,31 @@ # vim:ft=kitty -## name: Catppuccin Kitty Macchiato -## author: Catppuccin Org -## license: MIT -## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf -## blurb: Soothing pastel theme for the high-spirited! - - - -# The basic colors -foreground #CAD3F5 -background #24273A -selection_foreground #24273A -selection_background #F4DBD6 - -# Cursor colors -cursor #F4DBD6 -cursor_text_color #24273A - -# URL underline color when hovering with mouse -url_color #F4DBD6 - -# Kitty window border colors -active_border_color #B7BDF8 -inactive_border_color #6E738D -bell_border_color #EED49F - -# OS Window titlebar colors -wayland_titlebar_color system -macos_titlebar_color system - -# Tab bar colors -active_tab_foreground #181926 -active_tab_background #C6A0F6 -inactive_tab_foreground #CAD3F5 -inactive_tab_background #1E2030 -tab_bar_background #181926 - -# Colors for marks (marked text in the terminal) -mark1_foreground #24273A -mark1_background #B7BDF8 -mark2_foreground #24273A -mark2_background #C6A0F6 -mark3_foreground #24273A -mark3_background #7DC4E4 - -# The 16 terminal colors - -# black -color0 #494D64 -color8 #5B6078 - -# red -color1 #ED8796 -color9 #ED8796 - -# green -color2 #A6DA95 -color10 #A6DA95 - -# yellow -color3 #EED49F -color11 #EED49F - -# blue -color4 #8AADF4 -color12 #8AADF4 - -# magenta -color5 #F5BDE6 -color13 #F5BDE6 - -# cyan -color6 #8BD5CA -color14 #8BD5CA - -# white -color7 #B8C0E0 -color15 #A5ADCB +color0 #10100E +color1 #C40233 +color2 #009F6B +color3 #FFD700 +color4 #0087BD +color5 #9A4EAE +color6 #20B2AA +color7 #C6C6C4 +color8 #696969 +color9 #FF2400 +color10 #03C03C +color11 #FDFF00 +color12 #007FFF +color13 #FF1493 +color14 #00CCCC +color15 #FFFAFA +cursor #C6C6C4 +url_color #0087BD +active_border_color #10100E +inactive_border_color #10100E +bell_border_color #10100E +active_tab_foreground #C6C6C4 +active_tab_background #10100E +inactive_tab_foreground #C6C6C4 +inactive_tab_background #10100E +foreground #C6C6C4 +background #10100E +selection_foreground #C6C6C4 +selection_background #800020 |