fancier colors for kitty

This commit is contained in:
Tony Miller 2025-11-29 18:05:22 +10:00
parent e178b0d6a5
commit 6bb2af3d89
2 changed files with 29 additions and 27 deletions

View File

@ -1128,13 +1128,15 @@ window_margin_width 2 3
#: only at the bottom and right edges. The value can be one of: top- #: only at the bottom and right edges. The value can be one of: top-
#: left, top, top-right, left, center, right, bottom-left, bottom, #: left, top, top-right, left, center, right, bottom-left, bottom,
#: bottom-right. #: bottom-right.
#444444
#eeeeee
# active_border_color #00ff00 active_border_color #444444
#: The color for the border of the active window. Set this to none to #: The color for the border of the active window. Set this to none to
#: not draw borders around the active window. #: not draw borders around the active window.
# inactive_border_color #cccccc inactive_border_color #eeeeee
#: The color for the border of inactive windows. #: The color for the border of inactive windows.
@ -1245,7 +1247,7 @@ hide_window_decorations titlebar-only
#: Tab bar {{{ #: Tab bar {{{
# tab_bar_edge bottom tab_bar_edge top
#: The edge to show the tab bar on, top or bottom. #: The edge to show the tab bar on, top or bottom.
@ -1253,7 +1255,7 @@ tab_bar_margin_width 15
#: The margin to the left and right of the tab bar (in pts). #: The margin to the left and right of the tab bar (in pts).
# tab_bar_margin_height 0.0 0.0 # tab_bar_margin_height 5.0 5.0
#: The margin above and below the tab bar (in pts). The first number #: The margin above and below the tab bar (in pts). The first number
#: is the margin between the edge of the OS Window and the tab bar. #: is the margin between the edge of the OS Window and the tab bar.
@ -1301,7 +1303,7 @@ tab_bar_style powerline
#: such as goto_tab, next_tab, previous_tab, etc. are automatically #: such as goto_tab, next_tab, previous_tab, etc. are automatically
#: restricted to work only on matching tabs. #: restricted to work only on matching tabs.
# tab_bar_align left tab_bar_align left
#: The horizontal alignment of the tab bar, can be one of: left, #: The horizontal alignment of the tab bar, can be one of: left,
#: center, right. #: center, right.
@ -1340,7 +1342,7 @@ tab_powerline_style round
#: slanted, round. #: slanted, round.
#tab_activity_symbol 􀣺 #tab_activity_symbol 􀣺
tab_activity_symbol none #tab_activity_symbol none
#: Some text or a Unicode symbol to show on the tab if a window in the #: Some text or a Unicode symbol to show on the tab if a window in the
#: tab that does not have focus has some activity. If you want to use #: tab that does not have focus has some activity. If you want to use
#: leading or trailing spaces, surround the text with quotes. See #: leading or trailing spaces, surround the text with quotes. See
@ -1351,7 +1353,7 @@ tab_activity_symbol none
#: The maximum number of cells that can be used to render the text in #: The maximum number of cells that can be used to render the text in
#: a tab. A value of zero means that no limit is applied. #: a tab. A value of zero means that no limit is applied.
# tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{tab.last_focused_progress_percent}{title}" tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{tab.last_focused_progress_percent}{title}"
#: A template to render the tab title. The default just renders the #: A template to render the tab title. The default just renders the
#: title with optional symbols for bell and activity. If you wish to #: title with optional symbols for bell and activity. If you wish to
@ -1428,12 +1430,13 @@ inactive_tab_font_style normal
#: Tab bar colors and styles. #: Tab bar colors and styles.
tab_bar_background none # tab_bar_background #bcbcbc
#: Background color for the tab bar. Defaults to using the terminal #: Background color for the tab bar. Defaults to using the terminal
#: background color. #: background color.
# tab_bar_margin_color none # tab_bar_margin_color #005faf
#: Color for the tab bar margin area. Defaults to using the terminal #: Color for the tab bar margin area. Defaults to using the terminal
#: background color for margins above and below the tab bar. For side #: background color for margins above and below the tab bar. For side
@ -1449,7 +1452,7 @@ background #eeeeee
#: The foreground and background colors. #: The foreground and background colors.
# background_opacity 1.0 background_opacity 0.6
#: The opacity of the background. A number between zero and one, where #: The opacity of the background. A number between zero and one, where
#: one is opaque and zero is fully transparent. This will only work if #: one is opaque and zero is fully transparent. This will only work if
@ -1475,7 +1478,7 @@ background #eeeeee
#: will only work if dynamic_background_opacity was enabled in the #: will only work if dynamic_background_opacity was enabled in the
#: original config. #: original config.
# background_blur 0 background_blur 24
#: Set to a positive value to enable background blur (blurring of the #: Set to a positive value to enable background blur (blurring of the
#: visuals behind a transparent window) on platforms that support it. #: visuals behind a transparent window) on platforms that support it.
@ -1509,7 +1512,7 @@ background #eeeeee
#: Note that you must also set background_opacity to something less #: Note that you must also set background_opacity to something less
#: than 1 for this setting to work properly. #: than 1 for this setting to work properly.
# dynamic_background_opacity no dynamic_background_opacity no
#: Allow changing of the background_opacity dynamically, using either #: Allow changing of the background_opacity dynamically, using either
#: keyboard shortcuts (increase_background_opacity and #: keyboard shortcuts (increase_background_opacity and
@ -1586,16 +1589,17 @@ background #eeeeee
#: dull and bright version, for the first 16 colors. You can set the #: dull and bright version, for the first 16 colors. You can set the
#: remaining 240 colors as color16 to color255. #: remaining 240 colors as color16 to color255.
color0 #eeeeee color0 #444444
color8 #eeeeee color8 #444444
#: black #: black
color1 #D7235F
color1 #af0000 color9 #D7235F
color9 #af0000 #color1 #af0000
#color9 #af0000
#: red #: red
#718C00
color2 #008700 color2 #008700
color10 #008700 color10 #008700
@ -1621,8 +1625,8 @@ color14 #005f87
#: cyan #: cyan
color7 #444444 color7 #eeeeee
color15 #444444 color15 #eeeeee
#: white #: white
@ -2091,7 +2095,7 @@ macos_option_as_alt yes
#: Dock). Changing this option by reloading the config is not #: Dock). Changing this option by reloading the config is not
#: supported. #: supported.
# macos_quit_when_last_window_closed no macos_quit_when_last_window_closed yes
#: Have kitty quit when all the top-level windows are closed on macOS. #: Have kitty quit when all the top-level windows are closed on macOS.
#: By default, kitty will stay running, even with no open windows, as #: By default, kitty will stay running, even with no open windows, as
@ -2102,7 +2106,7 @@ macos_option_as_alt yes
#: Disable this if you want kitty top-level OS windows to not be #: Disable this if you want kitty top-level OS windows to not be
#: resizable on macOS. #: resizable on macOS.
macos_thicken_font 0.13 macos_thicken_font 0.17
#: Draw an extra border around the font with the given width, to #: Draw an extra border around the font with the given width, to
#: increase legibility at small font sizes on macOS. For example, a #: increase legibility at small font sizes on macOS. For example, a
@ -2141,7 +2145,7 @@ macos_thicken_font 0.13
#: mouse cursor invisible on dual GPU machines. Changing this option #: mouse cursor invisible on dual GPU machines. Changing this option
#: by reloading the config is not supported. #: by reloading the config is not supported.
# macos_colorspace srgb macos_colorspace displayp3
#: The colorspace in which to interpret terminal colors. The default #: The colorspace in which to interpret terminal colors. The default
#: of srgb will cause colors to match those seen in web browsers. The #: of srgb will cause colors to match those seen in web browsers. The

View File

@ -59,10 +59,8 @@ local plugins = {
{"git", "vim-fugitive", "https://github.com/tpope/vim-fugitive.git"}, {"git", "vim-fugitive", "https://github.com/tpope/vim-fugitive.git"},
-- Tools -- Tools
{"db", "vim-dadbod", "https://github.com/tpope/vim-dadbod.git"},
{"db", "vim-dadbod-completion", "https://github.com/kristijanhusak/vim-dadbod-completion.git"},
{"db", "vim-dadbod-ui", "https://github.com/kristijanhusak/vim-dadbod-ui.git"},
{"env", "dotenv", "https://github.com/tpope/vim-dotenv"}, {"env", "dotenv", "https://github.com/tpope/vim-dotenv"},
{"fm", "yazi.nvim", "https://github.com/mikavilpas/yazi.nvim"},
-- Quality of life -- Quality of life
{"editor", "which-key.nvim", "https://github.com/folke/which-key.nvim.git"}, {"editor", "which-key.nvim", "https://github.com/folke/which-key.nvim.git"},