Basic rice set up. Still need to add a way to reiably update the package lists and i need a launcher.
This commit is contained in:
commit
3e89f350a6
107 changed files with 7553 additions and 0 deletions
58
private_dot_config/kitty/kitty.conf.tmpl
Normal file
58
private_dot_config/kitty/kitty.conf.tmpl
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
# vim:ft=kitty
|
||||
|
||||
# The basic colors
|
||||
background #{{.colors.base00}}
|
||||
foreground #{{.colors.base05}}
|
||||
selection_background #{{.colors.base05}}
|
||||
selection_foreground #{{.colors.base00}}
|
||||
|
||||
# Cursor colors
|
||||
cursor #{{.colors.base05}}
|
||||
cursor_text_color #{{.colors.base00}}
|
||||
|
||||
# URL underline color when hovering with mouse
|
||||
url_color #{{.colors.base04}}
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #{{.colors.base03}}
|
||||
inactive_border_color #{{.colors.base01}}
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color #{{.colors.base00}}
|
||||
macos_titlebar_color #{{.colors.base00}}
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_background #{{.colors.base00}}
|
||||
active_tab_foreground #{{.colors.base05}}
|
||||
inactive_tab_background #{{.colors.base01}}
|
||||
inactive_tab_foreground #{{.colors.base04}}
|
||||
tab_bar_background #{{.colors.base01}}
|
||||
|
||||
# The 16 terminal colors
|
||||
# normal
|
||||
color0 #{{.colors.base00}}
|
||||
color1 #{{.colors.base08}}
|
||||
color2 #{{.colors.base0B}}
|
||||
color3 #{{.colors.base0A}}
|
||||
color4 #{{.colors.base0D}}
|
||||
color5 #{{.colors.base0E}}
|
||||
color6 #{{.colors.base0C}}
|
||||
color7 #{{.colors.base05}}
|
||||
|
||||
# bright
|
||||
color8 #{{.colors.base02}}
|
||||
color9 #{{.colors.base12}}
|
||||
color10 #{{.colors.base14}}
|
||||
color11 #{{.colors.base13}}
|
||||
color12 #{{.colors.base16}}
|
||||
color13 #{{.colors.base17}}
|
||||
color14 #{{.colors.base15}}
|
||||
color15 #{{.colors.base07}}
|
||||
|
||||
# extended .colors.base16 colors
|
||||
color16 #{{.colors.base09}}
|
||||
color17 #{{.colors.base0F}}
|
||||
color18 #{{.colors.base01}}
|
||||
color19 #{{.colors.base02}}
|
||||
color20 #{{.colors.base04}}
|
||||
color21 #{{.colors.base06}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue