port to flakes
This commit is contained in:
parent
deaa4fb75c
commit
2d9150098e
76 changed files with 721 additions and 315 deletions
62
home/modules/kitty/config
Normal file
62
home/modules/kitty/config
Normal file
|
@ -0,0 +1,62 @@
|
|||
font_family monospace
|
||||
font_size 9
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
copy_on_select no
|
||||
clipboard_control no-append write-clipboard read-clipboard
|
||||
allow_hyperlinks yes
|
||||
detect_urls yes
|
||||
strip_trailing_spaces never
|
||||
window_alert_on_bell yes
|
||||
enable_audio_bell yes
|
||||
bell_on_tab yes
|
||||
tab_bar_style hide
|
||||
scrollback_lines 20000
|
||||
|
||||
map ctrl+shift+v no_op
|
||||
map ctrl+shift+c no_op
|
||||
|
||||
background #1f2022
|
||||
foreground #a3a3a3
|
||||
selection_background #a3a3a3
|
||||
selection_foreground #1f2022
|
||||
url_color #b8b8b8
|
||||
cursor #a3a3a3
|
||||
active_border_color #585858
|
||||
inactive_border_color #282828
|
||||
active_tab_background #1f2022
|
||||
active_tab_foreground #a3a3a3
|
||||
inactive_tab_background #282828
|
||||
inactive_tab_foreground #b8b8b8
|
||||
tab_bar_background #282828
|
||||
|
||||
# normal
|
||||
color0 #1f2022
|
||||
color1 #f2241f
|
||||
color2 #67b11d
|
||||
color3 #b1951d
|
||||
color4 #4f97d7
|
||||
color5 #a31db1
|
||||
color6 #2d9574
|
||||
color7 #a3a3a3
|
||||
|
||||
# bright
|
||||
color8 #585858
|
||||
color9 #f2241f
|
||||
color10 #67b11d
|
||||
color11 #b1951d
|
||||
color12 #4f97d7
|
||||
color13 #a31db1
|
||||
color14 #2d9574
|
||||
color15 #f8f8f8
|
||||
|
||||
# extended base16 colors
|
||||
color16 #ffa500
|
||||
color17 #b03060
|
||||
color18 #282828
|
||||
color19 #444155
|
||||
color20 #b8b8b8
|
||||
color21 #e8e8e8
|
||||
|
||||
#shell tmux
|
Loading…
Add table
Add a link
Reference in a new issue