dotfiles/.config/kitty/kitty.conf
Trysdyn Black fbff00631b Switch EVERYTHING to using base16
This is the result of using [base16](https://github.com/chriskempson/base16).
The first crack at establishing a base16 theme here is based on irblack
with a slight modification to make text selection purple and make rofi's
template less ridiculous.

Also added .Xresources and qutebrowser to management, and added the
resulting vim themes directly to management as well.
2021-04-01 21:16:35 -07:00

79 lines
1.6 KiB
Text

cursor_blink_interval 0
scrollback_lines 2000
url_color #0087BD
url_style curly
sync_to_monitor yes
enable_audio_bell no
window_alert_on_bell yes
foreground #cccccc
background #000000
map kitty_mod+enter new_window_with_cwd
map kitty_mod+j previous_window
map kitty_mod+k next_window
map kitty_mod+up move_window_forward
map kitty_mod+down move_window_backward
map kitty_mod+] next_tab
map kitty_mod+[ previous_tab
map kitty_mod+right move_tab_forward
map kitty_mod+left move_tab_backward
map kitty_mod+t new_tab_with_cwd
map kitty_mod+equal change_font_size all +2.0
map kitty_mod+minus change_font_size all -2.0
map kitty_mod+backspace change_font_size all 0
map kitty_mod+u input_unicode_character
map kitty_mod+f2 edit_config_file
# %%base16_template: kitty##default-256 %%
# Base16 IR Black - Trysdyn Edit - kitty color config
# Scheme by Trysdyn
background #000000
foreground #b5b3aa
selection_background #b5b3aa
selection_foreground #000000
url_color #918f88
cursor #b5b3aa
active_border_color #6c6c66
inactive_border_color #242422
active_tab_background #000000
active_tab_foreground #b5b3aa
inactive_tab_background #242422
inactive_tab_foreground #918f88
tab_bar_background #242422
# normal
color0 #000000
color1 #ff6c60
color2 #a8ff60
color3 #ffffb6
color4 #96cbfe
color5 #ff73fd
color6 #c6c5fe
color7 #b5b3aa
# bright
color8 #6c6c66
color9 #ff6c60
color10 #a8ff60
color11 #ffffb6
color12 #96cbfe
color13 #ff73fd
color14 #c6c5fe
color15 #fdfbee
# extended base16 colors
color16 #e9c062
color17 #b18a3d
color18 #242422
color19 #401040
color20 #918f88
color21 #d9d7cc
# %%base16_template_end%%