diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 15b0f48..14d2a22 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1128,13 +1128,15 @@ window_margin_width 2 3 #: only at the bottom and right edges. The value can be one of: top- #: left, top, top-right, left, center, right, bottom-left, bottom, #: 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 #: not draw borders around the active window. -# inactive_border_color #cccccc +inactive_border_color #eeeeee #: The color for the border of inactive windows. @@ -1245,7 +1247,7 @@ hide_window_decorations titlebar-only #: Tab bar {{{ -# tab_bar_edge bottom +tab_bar_edge top #: 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). -# 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 #: 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 #: 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, #: center, right. @@ -1339,8 +1341,8 @@ tab_powerline_style round #: using powerline as the tab_bar_style, can be one of: angled, #: slanted, round. -# tab_activity_symbol 􀣺 -tab_activity_symbol none +#tab_activity_symbol 􀣺 +#tab_activity_symbol none #: 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 #: 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 #: 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 #: 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_background none +# tab_bar_background #bcbcbc + #: Background color for the tab bar. Defaults to using the terminal #: background color. -# tab_bar_margin_color none +# tab_bar_margin_color #005faf #: Color for the tab bar margin area. Defaults to using the terminal #: background color for margins above and below the tab bar. For side @@ -1449,7 +1452,7 @@ background #eeeeee #: 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 #: 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 #: original config. -# background_blur 0 + background_blur 24 #: Set to a positive value to enable background blur (blurring of the #: 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 #: 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 #: 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 #: remaining 240 colors as color16 to color255. -color0 #eeeeee -color8 #eeeeee +color0 #444444 +color8 #444444 #: black - -color1 #af0000 -color9 #af0000 +color1 #D7235F +color9 #D7235F +#color1 #af0000 +#color9 #af0000 #: red - +#718C00 color2 #008700 color10 #008700 @@ -1621,8 +1625,8 @@ color14 #005f87 #: cyan -color7 #444444 -color15 #444444 +color7 #eeeeee +color15 #eeeeee #: white @@ -2091,7 +2095,7 @@ macos_option_as_alt yes #: Dock). Changing this option by reloading the config is not #: 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. #: 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 #: 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 #: 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 #: by reloading the config is not supported. -# macos_colorspace srgb +macos_colorspace displayp3 #: The colorspace in which to interpret terminal colors. The default #: of srgb will cause colors to match those seen in web browsers. The diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 66668bf..76424dc 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -59,10 +59,8 @@ local plugins = { {"git", "vim-fugitive", "https://github.com/tpope/vim-fugitive.git"}, -- 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"}, + {"fm", "yazi.nvim", "https://github.com/mikavilpas/yazi.nvim"}, -- Quality of life {"editor", "which-key.nvim", "https://github.com/folke/which-key.nvim.git"},