mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-07 02:06:34 +05:30
added packages
This commit is contained in:
70
packages/tuxos-skel/skel/kitty/kitty.conf
Normal file
70
packages/tuxos-skel/skel/kitty/kitty.conf
Normal file
@ -0,0 +1,70 @@
|
||||
font_family FiraCode Nerd Font
|
||||
bold_font FiraCode Nerd Font Regular
|
||||
font_size 16.0
|
||||
window_padding_width 20
|
||||
|
||||
foreground #fff
|
||||
background #000
|
||||
|
||||
# Black
|
||||
color0 #1b1e28
|
||||
color8 #a6accd
|
||||
|
||||
# Red
|
||||
color1 #d0679d
|
||||
color9 #d0679d
|
||||
|
||||
# Green
|
||||
color2 #5de4c7
|
||||
color10 #5de4c7
|
||||
|
||||
# Yellow
|
||||
color3 #fffac2
|
||||
color11 #fffac2
|
||||
|
||||
# Blue
|
||||
color4 #add7ff
|
||||
color12 #89ddff
|
||||
|
||||
# Magenta
|
||||
color5 #fcc5e9
|
||||
color13 #fae4fc
|
||||
|
||||
# Cyan
|
||||
color6 #add7ff
|
||||
color14 #89ddff
|
||||
|
||||
# White
|
||||
color7 #ffffff
|
||||
color15 #ffffff
|
||||
|
||||
# Cursor
|
||||
cursor #ffffff
|
||||
cursor_text_color #1b1e28
|
||||
|
||||
# Selection highlight
|
||||
selection_foreground none
|
||||
selection_background #28344a
|
||||
|
||||
# The color for highlighting URLs on mouse-over
|
||||
# url_color #9ece6a
|
||||
url color #5de4c7
|
||||
|
||||
# Window borders
|
||||
active_border_color #3d59a1
|
||||
inactive_border_color #101014
|
||||
bell_border_color #fffac2
|
||||
|
||||
# Tab bar
|
||||
tab_bar_style fade
|
||||
tab_fade 1
|
||||
active_tab_foreground #3d59a1
|
||||
active_tab_background #16161e
|
||||
active_tab_font_style bold
|
||||
inactive_tab_foreground #787c99
|
||||
inactive_tab_background #16161e
|
||||
inactive_tab_font_style bold
|
||||
tab_bar_background #101014
|
||||
|
||||
# Title bar
|
||||
macos_titlebar_color #16161e
|
Reference in New Issue
Block a user