kanagawa and bluetooth

This commit is contained in:
2024-09-20 17:20:46 -04:00
parent cce2a5ec22
commit 53ed98e6c3
8 changed files with 45 additions and 9 deletions

View File

@@ -254,3 +254,5 @@ exec_always --no-startup-id dunst
exec_always --no-startup-id pasystray
exec_always --no-startup-id syncthing
exec_always --no-startup-id blueman-applet

View File

@@ -0,0 +1,6 @@
return {
"rebelot/kanagawa.nvim",
config = function ()
vim.cmd.colorscheme "kanagawa"
end
}

View File

@@ -99,13 +99,13 @@ return { -- Collection of various small independent plugins/modules
-- }
-- })
--
require('mini.hues').setup({
foreground = '#ffffff',
background = '#000000',
n_hues = 0,
accent = 'orange',
saturation = 'high'
})
-- require('mini.hues').setup({
-- foreground = '#ffffff',
-- background = '#000000',
-- n_hues = 0,
-- accent = 'orange',
-- saturation = 'high'
-- })
require('mini.splitjoin').setup()

View File

@@ -5,7 +5,7 @@
enable = true;
extraConfig = ''
return {
color_scheme = 'Ayu Dark (Gogh)',
-- color_scheme = 'Ayu Dark (Gogh)',
font = wezterm.font('Iosevka Nerd Font'),
font_size = 16,
use_fancy_tab_bar = false,
@@ -30,6 +30,25 @@
window_background_opacity = 1,
macos_window_background_blur = 0,
front_end = "WebGpu",
force_reverse_video_cursor = true,
colors = {
foreground = "#dcd7ba",
background = "#1f1f28",
cursor_bg = "#c8c093",
cursor_fg = "#c8c093",
cursor_border = "#c8c093",
selection_fg = "#c8c093",
selection_bg = "#2d4f67",
scrollbar_thumb = "#16161d",
split = "#16161d",
ansi = { "#090618", "#c34043", "#76946a", "#c0a36e", "#7e9cd8", "#957fb8", "#6a9589", "#c8c093" },
brights = { "#727169", "#e82424", "#98bb6c", "#e6c384", "#7fb4ca", "#938aa9", "#7aa89f", "#dcd7ba" },
indexed = { [16] = "#ffa066", [17] = "#ff5d62" },
},
}
'';
};