console text now is also fit in the color sceme

main
The_miro 2025-02-25 15:10:46 +01:00
parent 3d051228bd
commit 7128438956
4 changed files with 246 additions and 4 deletions

View File

@ -0,0 +1,106 @@
# vim:ft=kitty
#: This is a template that can be used to create new kitty themes.
#: Theme files should start with a metadata block consisting of
#: lines beginning with ##. All metadata fields are optional.
## name: The name of the theme (if not present, derived from filename)
## author: The name of the theme author
## license: The license information
## upstream: A URL pointing to the location of this file upstream for auto-updates
## blurb: A description of this theme. This must be the
## last item in the metadata and can continue over multiple lines.
#: All the settings below are colors, which you can choose to modify, or use the
#: defaults. You can also add non-color based settings if needed but note that
#: these will not work with using kitty @ set-colors with this theme. For a
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
#: The basic colors
foreground #d6abab
background #000000
selection_foreground #E40046
selection_background #5018dd
#: Cursor colors
cursor #E40046
cursor_text_color #5018dd
#: URL underline color when hovering with mouse
url_color #f50505
#: kitty window border colors and terminal bell colors
# active_border_color #00ff00
# inactive_border_color #cccccc
# bell_border_color #ff5a00
# visual_bell_color none
#: OS Window titlebar colors
# wayland_titlebar_color system
# macos_titlebar_color system
#: Tab bar colors
active_tab_foreground #5018dd
active_tab_background #E40046
inactive_tab_foreground #E40046
inactive_tab_background #5018dd
# tab_bar_background none
# tab_bar_margin_color none
#: Colors for marks (marked text in the terminal)
# mark1_foreground black
# mark1_background #98d3cb
# mark2_foreground black
# mark2_background #f2dcd3
# mark3_foreground black
# mark3_background #f274bc
#: The basic 16 colors
#: black
# color0 #000000
# color8 #767676
#: red
# color1 #cc0403
# color9 #f2201f
#: green
# color2 #19cb00
# color10 #23fd00
#: yellow
# color3 #cecb00
# color11 #fffd00
#: blue
# color4 #0d73cc
# color12 #1a8fff
#: magenta
# color5 #cb1ed1
# color13 #fd28ff
#: cyan
# color6 #0dcdcd
# color14 #14ffff
#: white
# color7 #dddddd
# color15 #ffffff
#: You can set the remaining 240 colors as color16 to color255.

View File

@ -18,8 +18,13 @@ map ctrl+f2 new_tab
map ctrl+f3 close_tab map ctrl+f3 close_tab
tab_bar_style powerline tab_bar_style powerline
# active_tab_foreground #5018dd
# active_tab_background #E40046
# inactive_tab_foreground #E40046
# inactive_tab_background #5018dd
active_tab_foreground #5018dd
active_tab_background #E40046 # BEGIN_KITTY_THEME
inactive_tab_foreground #E40046 # Cyberqueer
inactive_tab_background #5018dd include current-theme.conf
# END_KITTY_THEME

View File

@ -0,0 +1,25 @@
font_family Agave Nerd Font
font_size 13.0
shell_integration enabled
cursor_shape block
cursor_blink_interval 4
window_padding_width 4
scrollback_lines 20000
background_opacity 0.4
background_blur 1
editor micro
confirm_os_window_close 0
map f1 new_tab_with_cwd
map f2 previous_tab
map f3 next_tab
map ctrl+f2 new_tab
map ctrl+f3 close_tab
tab_bar_style powerline
active_tab_foreground #5018dd
active_tab_background #E40046
inactive_tab_foreground #E40046
inactive_tab_background #5018dd

View File

@ -0,0 +1,106 @@
# vim:ft=kitty
#: This is a template that can be used to create new kitty themes.
#: Theme files should start with a metadata block consisting of
#: lines beginning with ##. All metadata fields are optional.
## name: The name of the theme (if not present, derived from filename)
## author: The name of the theme author
## license: The license information
## upstream: A URL pointing to the location of this file upstream for auto-updates
## blurb: A description of this theme. This must be the
## last item in the metadata and can continue over multiple lines.
#: All the settings below are colors, which you can choose to modify, or use the
#: defaults. You can also add non-color based settings if needed but note that
#: these will not work with using kitty @ set-colors with this theme. For a
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
#: The basic colors
foreground #d6abab
background #000000
selection_foreground #E40046
selection_background #5018dd
#: Cursor colors
cursor #E40046
cursor_text_color #5018dd
#: URL underline color when hovering with mouse
url_color #f50505
#: kitty window border colors and terminal bell colors
# active_border_color #00ff00
# inactive_border_color #cccccc
# bell_border_color #ff5a00
# visual_bell_color none
#: OS Window titlebar colors
# wayland_titlebar_color system
# macos_titlebar_color system
#: Tab bar colors
active_tab_foreground #5018dd
active_tab_background #E40046
inactive_tab_foreground #E40046
inactive_tab_background #5018dd
# tab_bar_background none
# tab_bar_margin_color none
#: Colors for marks (marked text in the terminal)
# mark1_foreground black
# mark1_background #98d3cb
# mark2_foreground black
# mark2_background #f2dcd3
# mark3_foreground black
# mark3_background #f274bc
#: The basic 16 colors
#: black
# color0 #000000
# color8 #767676
#: red
# color1 #cc0403
# color9 #f2201f
#: green
# color2 #19cb00
# color10 #23fd00
#: yellow
# color3 #cecb00
# color11 #fffd00
#: blue
# color4 #0d73cc
# color12 #1a8fff
#: magenta
# color5 #cb1ed1
# color13 #fd28ff
#: cyan
# color6 #0dcdcd
# color14 #14ffff
#: white
# color7 #dddddd
# color15 #ffffff
#: You can set the remaining 240 colors as color16 to color255.