dotfiles

dotfiles - ryukamish edition
Log | Files | Refs | README

light-theme.auto.conf (1499B)


      1 # vim:ft=kitty
      2 
      3 ## name:     Catppuccin-Latte
      4 ## author:   Pocco81 (https://github.com/Pocco81)
      5 ## license:  MIT
      6 ## upstream: https://github.com/catppuccin/kitty/blob/main/themes/latte.conf
      7 ## blurb:    Soothing pastel theme for the high-spirited!
      8 
      9 
     10 
     11 # The basic colors
     12 foreground              #4C4F69
     13 background              #EFF1F5
     14 selection_foreground    #EFF1F5
     15 selection_background    #DC8A78
     16 
     17 # Cursor colors
     18 cursor                  #DC8A78
     19 cursor_text_color       #EFF1F5
     20 
     21 # URL underline color when hovering with mouse
     22 url_color               #DC8A78
     23 
     24 # Kitty window border colors
     25 active_border_color     #7287FD
     26 inactive_border_color   #9CA0B0
     27 bell_border_color       #DF8E1D
     28 
     29 # OS Window titlebar colors
     30 wayland_titlebar_color system
     31 macos_titlebar_color system
     32 
     33 # Tab bar colors
     34 active_tab_foreground   #EFF1F5
     35 active_tab_background   #8839EF
     36 inactive_tab_foreground #4C4F69
     37 inactive_tab_background #9CA0B0
     38 tab_bar_background      #BCC0CC
     39 
     40 # Colors for marks (marked text in the terminal)
     41 mark1_foreground #EFF1F5
     42 mark1_background #7287fD
     43 mark2_foreground #EFF1F5
     44 mark2_background #8839EF
     45 mark3_foreground #EFF1F5
     46 mark3_background #209FB5
     47 
     48 # The 16 terminal colors
     49 
     50 # black
     51 color0 #5C5F77
     52 color8 #6C6F85
     53 
     54 # red
     55 color1 #D20F39
     56 color9 #D20F39
     57 
     58 # green
     59 color2  #40A02B
     60 color10 #40A02B
     61 
     62 # yellow
     63 color3  #DF8E1D
     64 color11 #DF8E1D
     65 
     66 # blue
     67 color4  #1E66F5
     68 color12 #1E66F5
     69 
     70 # magenta
     71 color5  #EA76CB
     72 color13 #EA76CB
     73 
     74 # cyan
     75 color6  #179299
     76 color14 #179299
     77 
     78 # white
     79 color7  #ACB0BE
     80 color15 #BCC0CC