kitty: Update to catppuccin colors

This commit is contained in:
The Hedgehog 2022-09-28 15:44:45 -04:00
parent 9031e8b699
commit 96b62e2924
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -44,37 +44,26 @@ in {
tab_bar_style = "powerline";
tab_bar_min_tabs = 2;
# Color Scheme
# foreground = "#${colors.base07}";
# background = "#${colors.base00}";
# selection_foreground = "#${colors.base05}";
# selection_background = "#${colors.base04}";
# url_color = "#${colors.base04}";
# color0 = "#${colors.base00}";
# color1 = "#${colors.base01}";
# color2 = "#${colors.base02}";
# color3 = "#${colors.base03}";
# color4 = "#${colors.base04}";
# color5 = "#${colors.base05}";
# color6 = "#${colors.base06}";
# color7 = "#${colors.base07}";
# color8 = "#${colors.base08}";
# color9 = "#${colors.base09}";
# color10 = "#${colors.base0A}";
# color11 = "#${colors.base0B}";
# color12 = "#${colors.base0C}";
# color13 = "#${colors.base0D}";
# color14 = "#${colors.base0E}";
# color15 = "#${colors.base0F}";
# cursor = "#${colors.base07}";
# cursor_text_color = "#${colors.base00}";
# active_tab_foreground = "#${colors.base07}";
# active_tab_background = "#7aa2f7";
# inactive_tab_foreground = "#${colors.base03}";
# inactive_tab_background = "#${colors.base02}";
# mark1_foreground = "#282a36";
# mark1_background = "#ff5555";
# Advanced
foreground = "#CDD6F4";
background = "#1E1E2E";
title_fg = "#A6ADC8";
title_bg = "#181825";
margin_bg = "#181825";
margin_fg = "#A6ADC8";
filler_bg = "#181825";
removed_bg = "#5D3E52";
highlight_removed_bg = "#5D3E52";
removed_margin_bg = "#5D3E52";
added_bg = "#465950";
highlight_added_bg = "#465950";
added_margin_bg = "#465950";
hunk_margin_bg = "#181825";
hunk_bg = "#181825";
search_bg = "#A1937B";
search_fg = "#CDD6F4";
select_bg = "#45475A";
select_fg = "#CDD6F4";
shell = "fish";
editor = "${pkgs.neovim}";
allow_remote_control = "socket-only";