Dotfiles Updates
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,93 +1,91 @@
|
|||||||
/* Catppuccin Macchiato Palette */
|
/* Everforest Dark Palette */
|
||||||
|
@define-color window_bg_color #2b3339; /* bg0 */
|
||||||
/* Window */
|
@define-color window_fg_color #d5c9a1; /* fg */
|
||||||
@define-color window_bg_color #24273a; /* base */
|
|
||||||
@define-color window_fg_color #cad3f5; /* text */
|
|
||||||
|
|
||||||
/* View styling */
|
/* View styling */
|
||||||
@define-color view_bg_color #24273a; /* base */
|
@define-color view_bg_color #2b3339;
|
||||||
@define-color view_fg_color #cad3f5; /* text */
|
@define-color view_fg_color #d5c9a1;
|
||||||
|
|
||||||
/* Header bar */
|
/* Header bar */
|
||||||
@define-color headerbar_bg_color #1e2030; /* mantle */
|
@define-color headerbar_bg_color #232a2e;
|
||||||
@define-color headerbar_backdrop_color #1e2030; /* mantle */
|
@define-color headerbar_backdrop_color #232a2e;
|
||||||
@define-color headerbar_fg_color #cad3f5; /* text */
|
@define-color headerbar_fg_color #d5c9a1;
|
||||||
|
|
||||||
/* Popovers and dialogs */
|
/* Popovers and dialogs */
|
||||||
@define-color popover_bg_color #24273a; /* base */
|
@define-color popover_bg_color #2b3339;
|
||||||
@define-color popover_fg_color #cad3f5; /* text */
|
@define-color popover_fg_color #d5c9a1;
|
||||||
|
|
||||||
@define-color dialog_bg_color @popover_bg_color;
|
@define-color dialog_bg_color @popover_bg_color;
|
||||||
@define-color dialog_fg_color @popover_fg_color;
|
@define-color dialog_fg_color @popover_fg_color;
|
||||||
|
|
||||||
/* Cards and sidebars */
|
/* Cards and sidebars */
|
||||||
@define-color card_bg_color #363a4f; /* surface0 */
|
@define-color card_bg_color #3c4243;
|
||||||
@define-color card_fg_color #cad3f5; /* text */
|
@define-color card_fg_color #d5c9a1;
|
||||||
|
|
||||||
@define-color sidebar_bg_color #24273a; /* base */
|
@define-color sidebar_bg_color #2b3339;
|
||||||
@define-color sidebar_fg_color #cad3f5; /* text */
|
@define-color sidebar_fg_color #d5c9a1;
|
||||||
@define-color sidebar_backdrop_color #24273a; /* base */
|
@define-color sidebar_backdrop_color #2b3339;
|
||||||
@define-color sidebar_border_color #363a4f; /* surface0 */
|
@define-color sidebar_border_color #374145; /* bg2 */
|
||||||
|
|
||||||
@define-color secondary_sidebar_bg_color @sidebar_bg_color;
|
@define-color secondary_sidebar_bg_color @sidebar_bg_color;
|
||||||
@define-color secondary_sidebar_fg_color @sidebar_fg_color;
|
@define-color secondary_sidebar_fg_color @sidebar_fg_color;
|
||||||
@define-color secondary_sidebar_backdrop_color @sidebar_backdrop_color;
|
@define-color secondary_sidebar_backdrop_color @sidebar_backdrop_color;
|
||||||
@define-color secondary_sidebar_border_color @sidebar_border_color;
|
@define-color secondary_sidebar_border_color @sidebar_border_color;
|
||||||
|
|
||||||
/* Catppuccin accent colors */
|
/* Everforest Dark accent colors */
|
||||||
@define-color blue_1 #8aadf4; /* blue */
|
@define-color blue_1 #7fbbb3; /* blue */
|
||||||
@define-color blue_2 #8bd5ca; /* teal */
|
@define-color blue_2 #83c092; /* green */
|
||||||
@define-color blue_3 #91d7e3; /* sky */
|
@define-color blue_3 #8da101; /* yellow */
|
||||||
@define-color blue_4 #7dc4e4; /* sapphire */
|
@define-color blue_4 #d699b6; /* purple */
|
||||||
@define-color blue_5 #b7bdf8; /* lavender */
|
@define-color blue_5 #e69875; /* orange */
|
||||||
|
|
||||||
@define-color green_1 #a6da95; /* green */
|
@define-color green_1 #83c092; /* green */
|
||||||
@define-color green_2 #8bd5ca; /* teal */
|
@define-color green_2 #7fbbb3; /* blue */
|
||||||
@define-color green_3 #91d7e3; /* sky */
|
@define-color green_3 #dbbc7f; /* yellow */
|
||||||
@define-color green_4 #7dc4e4; /* sapphire */
|
@define-color green_4 #e69875; /* orange */
|
||||||
@define-color green_5 #8aadf4; /* blue */
|
@define-color green_5 #e67e80; /* red */
|
||||||
|
|
||||||
@define-color yellow_1 #eed49f; /* yellow */
|
@define-color yellow_1 #dbbc7f; /* yellow */
|
||||||
@define-color yellow_2 #f5a97f; /* peach */
|
@define-color yellow_2 #e69875; /* orange */
|
||||||
@define-color yellow_3 #eed49f; /* yellow */
|
@define-color yellow_3 #e67e80; /* red */
|
||||||
@define-color yellow_4 #ed8796; /* red */
|
@define-color yellow_4 #d699b6; /* purple */
|
||||||
@define-color yellow_5 #ee99a0; /* maroon */
|
@define-color yellow_5 #7fbbb3; /* blue */
|
||||||
|
|
||||||
@define-color orange_1 #f5a97f; /* peach */
|
@define-color orange_1 #e69875; /* orange */
|
||||||
@define-color orange_2 #ed8796; /* red */
|
@define-color orange_2 #e67e80; /* red */
|
||||||
@define-color orange_3 #ee99a0; /* maroon */
|
@define-color orange_3 #d699b6; /* purple */
|
||||||
@define-color orange_4 #eed49f; /* yellow */
|
@define-color orange_4 #dbbc7f; /* yellow */
|
||||||
@define-color orange_5 #a6da95; /* green */
|
@define-color orange_5 #83c092; /* green */
|
||||||
|
|
||||||
@define-color red_1 #ed8796; /* red */
|
@define-color red_1 #e67e80; /* red */
|
||||||
@define-color red_2 #ee99a0; /* maroon */
|
@define-color red_2 #d699b6; /* purple */
|
||||||
@define-color red_3 #f5bde6; /* pink */
|
@define-color red_3 #7fbbb3; /* blue */
|
||||||
@define-color red_4 #f0c6c6; /* flamingo */
|
@define-color red_4 #83c092; /* green */
|
||||||
@define-color red_5 #f4dbd6; /* rosewater */
|
@define-color red_5 #dbbc7f; /* yellow */
|
||||||
|
|
||||||
@define-color purple_1 #f5bde6; /* pink */
|
@define-color purple_1 #d699b6; /* purple */
|
||||||
@define-color purple_2 #c6a0f6; /* mauve */
|
@define-color purple_2 #e67e80; /* red */
|
||||||
@define-color purple_3 #b7bdf8; /* lavender */
|
@define-color purple_3 #e69875; /* orange */
|
||||||
@define-color purple_4 #f0c6c6; /* flamingo */
|
@define-color purple_4 #dbbc7f; /* yellow */
|
||||||
@define-color purple_5 #f4dbd6; /* rosewater */
|
@define-color purple_5 #83c092; /* green */
|
||||||
|
|
||||||
@define-color brown_1 #5b6078; /* surface2 */
|
@define-color brown_1 #374145; /* bg2 */
|
||||||
@define-color brown_2 #6e738d; /* overlay0 */
|
@define-color brown_2 #404c51; /* bg3 */
|
||||||
@define-color brown_3 #8087a2; /* overlay1 */
|
@define-color brown_3 #4a555b; /* bg4 */
|
||||||
@define-color brown_4 #939ab7; /* overlay2 */
|
@define-color brown_4 #53605d; /* gray0 */
|
||||||
@define-color brown_5 #b8c0e0; /* subtext1 */
|
@define-color brown_5 #5d6b66; /* gray1 */
|
||||||
|
|
||||||
@define-color light_1 #cad3f5; /* text */
|
@define-color light_1 #d5c9a1; /* fg */
|
||||||
@define-color light_2 #a5adcb; /* subtext0 */
|
@define-color light_2 #c9b99a; /* fg1 */
|
||||||
@define-color light_3 #b8c0e0; /* subtext1 */
|
@define-color light_3 #bdae93; /* fg2 */
|
||||||
@define-color light_4 #8aadf4; /* blue */
|
@define-color light_4 #7fbbb3; /* blue */
|
||||||
@define-color light_5 #6e738d; /* overlay0 */
|
@define-color light_5 #404c51; /* bg3 */
|
||||||
|
|
||||||
@define-color dark_1 #363a4f; /* surface0 */
|
@define-color dark_1 #374145; /* bg2 */
|
||||||
@define-color dark_2 #494d64; /* surface1 */
|
@define-color dark_2 #232a2e; /* bg1 */
|
||||||
@define-color dark_3 #5b6078; /* surface2 */
|
@define-color dark_3 #2b3339; /* bg0 */
|
||||||
@define-color dark_4 #1e2030; /* mantle */
|
@define-color dark_4 #1e2326; /* bg0_hard */
|
||||||
@define-color dark_5 #181926; /* crust */
|
@define-color dark_5 #343f44; /* bg0_soft */
|
||||||
|
|
||||||
toast {
|
toast {
|
||||||
background-color: @window_bg_color;
|
background-color: @window_bg_color;
|
||||||
@@ -98,8 +96,36 @@ toggle:checked {
|
|||||||
background-color: @card_bg_color;
|
background-color: @card_bg_color;
|
||||||
color: @window_fg_color;
|
color: @window_fg_color;
|
||||||
}
|
}
|
||||||
|
windowcontrols.start:not(.colored):not(.macos):not(.default) > button.minimize > image {
|
||||||
|
color: @yellow_1;
|
||||||
|
}
|
||||||
|
|
||||||
|
windowcontrols.start:not(.colored):not(.macos):not(.default) > button.maximize > image {
|
||||||
|
color: @green_1;
|
||||||
|
}
|
||||||
|
|
||||||
|
windowcontrols.start:not(.colored):not(.macos):not(.default) > button.close > image {
|
||||||
|
color: @red_1;
|
||||||
|
}
|
||||||
|
|
||||||
|
windowcontrols.end:not(.colored):not(.macos):not(.default) > button.minimize > image {
|
||||||
|
color: @yellow_1;
|
||||||
|
}
|
||||||
|
|
||||||
|
windowcontrols.end:not(.colored):not(.macos):not(.default) > button.maximize > image {
|
||||||
|
color: @green_1;
|
||||||
|
}
|
||||||
|
|
||||||
|
windowcontrols.end:not(.colored):not(.macos):not(.default) > button.close > image {
|
||||||
|
color: @red_1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@define-color accent_bg_color @green_1;
|
@define-color accent_bg_color @green_1;
|
||||||
@define-color accent_fg_color @window_bg_color;
|
@define-color accent_fg_color @window_bg_color;
|
||||||
|
window, decoration, decoration-overlay, headerbar, .titlebar {
|
||||||
|
border-bottom-left-radius: 5px;
|
||||||
|
border-bottom-right-radius:5px;
|
||||||
|
border-top-left-radius: 5px;
|
||||||
|
border-top-right-radius: 5px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ plugin {
|
|||||||
|
|
||||||
enable_gesture = true # laptop touchpad
|
enable_gesture = true # laptop touchpad
|
||||||
gesture_fingers = 3 # 3 or 4
|
gesture_fingers = 3 # 3 or 4
|
||||||
gesture_distance = 275 # how far is the "max"
|
gesture_distance = 205 # how far is the "max"
|
||||||
gesture_positive = false # positive = swipe down. Negative = swipe up.
|
gesture_positive = false # positive = swipe down. Negative = swipe up.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
preload = $HOME/Nextcloud/Photos/Wallpaper/snowy-peace.png
|
preload = $HOME/Nextcloud/Photos/Wallpaper/headphones-paint-color-splash.jpg
|
||||||
wallpaper = ,$HOME/Nextcloud/Photos/Wallpaper/snowy-peace.png
|
wallpaper = ,$HOME/Nextcloud/Photos/Wallpaper/headphones-paint-color-splash.jpg
|
||||||
splash = false
|
splash = false
|
||||||
|
|||||||
48
kitty/.config/kitty/everforest.conf
Normal file
48
kitty/.config/kitty/everforest.conf
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
# A port of forest night by sainnhe
|
||||||
|
# https://github.com/sainnhe/forest-night
|
||||||
|
|
||||||
|
background #323d43
|
||||||
|
foreground #d8caac
|
||||||
|
|
||||||
|
cursor #d8caac
|
||||||
|
|
||||||
|
selection_foreground #d8caac
|
||||||
|
selection_background #505a60
|
||||||
|
|
||||||
|
color0 #3c474d
|
||||||
|
color8 #868d80
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #e68183
|
||||||
|
# light red
|
||||||
|
color9 #e68183
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #a7c080
|
||||||
|
# light green
|
||||||
|
color10 #a7c080
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #d9bb80
|
||||||
|
# light yellow
|
||||||
|
color11 #d9bb80
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #83b6af
|
||||||
|
# light blue
|
||||||
|
color12 #83b6af
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #d39bb6
|
||||||
|
# light magenta
|
||||||
|
color13 #d39bb6
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #87c095
|
||||||
|
# light cyan
|
||||||
|
color14 #87c095
|
||||||
|
|
||||||
|
# light gray
|
||||||
|
color7 #868d80
|
||||||
|
# dark gray
|
||||||
|
color15 #868d80
|
||||||
@@ -21,7 +21,7 @@ wheel_scroll_min_lines 1
|
|||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
window_padding_width 10
|
window_padding_width 10
|
||||||
hide_window_decorations yes
|
hide_window_decorations yes
|
||||||
background_opacity 0.85
|
background_opacity 1.0
|
||||||
dynamic_background_opacity yes
|
dynamic_background_opacity yes
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
selection_foreground none
|
selection_foreground none
|
||||||
@@ -43,3 +43,6 @@ window_padding_width 0
|
|||||||
single_window_padding_width -1
|
single_window_padding_width -1
|
||||||
window_resize_step_cells 1
|
window_resize_step_cells 1
|
||||||
window_resize_step_lines 1
|
window_resize_step_lines 1
|
||||||
|
|
||||||
|
# include ./everforest.conf
|
||||||
|
include ./no-preference-theme.auto.conf
|
||||||
|
|||||||
70
kitty/.config/kitty/no-preference-theme.auto.conf
Normal file
70
kitty/.config/kitty/no-preference-theme.auto.conf
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
# vim:ft=kitty
|
||||||
|
## name: Everforest Dark Medium
|
||||||
|
## author: Sainnhe Park
|
||||||
|
## license: MIT
|
||||||
|
## upstream: https://github.com/ewal/kitty-everforest/blob/master/themes/everforest_dark_medium.conf
|
||||||
|
## blurb: A green based color scheme designed to be warm and soft
|
||||||
|
|
||||||
|
foreground #d3c6aa
|
||||||
|
background #2d353b
|
||||||
|
selection_foreground #9da9a0
|
||||||
|
selection_background #505a60
|
||||||
|
|
||||||
|
cursor #d3c6aa
|
||||||
|
cursor_text_color #343f44
|
||||||
|
|
||||||
|
url_color #7fbbb3
|
||||||
|
|
||||||
|
active_border_color #a7c080
|
||||||
|
inactive_border_color #56635f
|
||||||
|
bell_border_color #e69875
|
||||||
|
visual_bell_color none
|
||||||
|
|
||||||
|
wayland_titlebar_color system
|
||||||
|
macos_titlebar_color system
|
||||||
|
|
||||||
|
active_tab_background #2d353b
|
||||||
|
active_tab_foreground #d3c6aa
|
||||||
|
inactive_tab_background #3d484d
|
||||||
|
inactive_tab_foreground #9da9a0
|
||||||
|
tab_bar_background #343f44
|
||||||
|
tab_bar_margin_color none
|
||||||
|
|
||||||
|
mark1_foreground #2d353b
|
||||||
|
mark1_background #7fbbb3
|
||||||
|
mark2_foreground #2d353b
|
||||||
|
mark2_background #d3c6aa
|
||||||
|
mark3_foreground #2d353b
|
||||||
|
mark3_background #d699b6
|
||||||
|
|
||||||
|
#: black
|
||||||
|
color0 #343f44
|
||||||
|
color8 #868d80
|
||||||
|
|
||||||
|
#: red
|
||||||
|
color1 #e67e80
|
||||||
|
color9 #e67e80
|
||||||
|
|
||||||
|
#: green
|
||||||
|
color2 #a7c080
|
||||||
|
color10 #a7c080
|
||||||
|
|
||||||
|
#: yellow
|
||||||
|
color3 #dbbc7f
|
||||||
|
color11 #dbbc7f
|
||||||
|
|
||||||
|
#: blue
|
||||||
|
color4 #7fbbb3
|
||||||
|
color12 #7fbbb3
|
||||||
|
|
||||||
|
#: magenta
|
||||||
|
color5 #d699b6
|
||||||
|
color13 #d699b6
|
||||||
|
|
||||||
|
#: cyan
|
||||||
|
color6 #83c092
|
||||||
|
color14 #83c092
|
||||||
|
|
||||||
|
#: white
|
||||||
|
color7 #859289
|
||||||
|
color15 #9da9a0
|
||||||
@@ -1,51 +1,52 @@
|
|||||||
{
|
{
|
||||||
"AstroNvim": { "branch": "main", "commit": "5adafa02ab066326f911160dd6c73d758407fe46" },
|
"AstroNvim": { "branch": "main", "commit": "ced71e326fd5a314eca237abe8a357eb4e9f40ae" },
|
||||||
"LuaSnip": { "branch": "master", "commit": "458560534a73f7f8d7a11a146c801db00b081df0" },
|
"LuaSnip": { "branch": "master", "commit": "458560534a73f7f8d7a11a146c801db00b081df0" },
|
||||||
"aerial.nvim": { "branch": "master", "commit": "3284a2cb858ba009c79da87d5e010ccee3c99c4d" },
|
"aerial.nvim": { "branch": "master", "commit": "6ab1a0ce4874d21610fc5a67a6c82c7b943c635b" },
|
||||||
"astrocommunity": { "branch": "main", "commit": "6f3e4a5606e51e174f51a63e3b8f4a8f12f1f19b" },
|
"astrocommunity": { "branch": "main", "commit": "8d028f4ff6173240c85765698d7672b7aa0ce30b" },
|
||||||
"astrocore": { "branch": "main", "commit": "c797dd5a592e2bd154f2503e231b8a4083659534" },
|
"astrocore": { "branch": "main", "commit": "c797dd5a592e2bd154f2503e231b8a4083659534" },
|
||||||
"astrolsp": { "branch": "main", "commit": "414775e4b49a46bd7105cc5498ea7bb312359bf2" },
|
"astrolsp": { "branch": "main", "commit": "0befe28a4ea96e46b7f7c01e4a634c04225ba55a" },
|
||||||
"astrotheme": { "branch": "main", "commit": "f12dcf64b1f9a05839c3ac2146f550f43bae9dab" },
|
"astrotheme": { "branch": "main", "commit": "4a2af93815e4e6adfe69c836e46047a9451de858" },
|
||||||
"astroui": { "branch": "main", "commit": "fded232ee0001c6bed9b654188e3dd4b0c58317c" },
|
"astroui": { "branch": "main", "commit": "4943abbd42674b43249313afe83b91065a40e4be" },
|
||||||
"better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" },
|
"better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" },
|
||||||
"blink.cmp": { "branch": "main", "commit": "9bcb14b43852a6f2bfd5ac9ef29cb5cf09b1b39b" },
|
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
|
||||||
"blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" },
|
"blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" },
|
||||||
"claudecode.nvim": { "branch": "main", "commit": "91357d810ccf92f6169f3754436901c6ff5237ec" },
|
"claudecode.nvim": { "branch": "main", "commit": "1552086ebcce9f4a2ea3b9793018a884d6b60169" },
|
||||||
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
|
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
|
||||||
|
"everforest": { "branch": "master", "commit": "484dd560dccb2d2842685c441ad2b54a54ffef1b" },
|
||||||
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
|
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
|
||||||
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
|
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
|
||||||
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" },
|
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
|
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
||||||
"lazydev.nvim": { "branch": "main", "commit": "f59bd14a852ca43db38e3662395354cb2a9b13e0" },
|
"lazydev.nvim": { "branch": "main", "commit": "01bc2aacd51cf9021eb19d048e70ce3dd09f7f93" },
|
||||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" },
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" },
|
||||||
"mason-null-ls.nvim": { "branch": "main", "commit": "2b8433f76598397fcc97318d410e0c4f7a4bea6a" },
|
"mason-null-ls.nvim": { "branch": "main", "commit": "2b8433f76598397fcc97318d410e0c4f7a4bea6a" },
|
||||||
"mason-nvim-dap.nvim": { "branch": "main", "commit": "4c2cdc69d69fe00c15ae8648f7e954d99e5de3ea" },
|
"mason-nvim-dap.nvim": { "branch": "main", "commit": "e51f9b259f066c4347f9a79ffde54c29a0619384" },
|
||||||
"mason-tool-installer.nvim": { "branch": "main", "commit": "93a9ff9b34c91c0cb0f7de8d5f7e4abce51d8903" },
|
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "7f265cd6ae56cecdd0aa50c8c73fc593b0604801" },
|
"mason.nvim": { "branch": "main", "commit": "ad7146aa61dcaeb54fa900144d768f040090bff0" },
|
||||||
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
|
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
|
||||||
"neo-tree.nvim": { "branch": "main", "commit": "f481de16a0eb59c985abac8985e3f2e2f75b4875" },
|
"neo-tree.nvim": { "branch": "main", "commit": "f3df514fff2bdd4318127c40470984137f87b62e" },
|
||||||
"neoconf.nvim": { "branch": "main", "commit": "5ebd6c29c88931fe7c603f087b4c32ac8157d901" },
|
"neoconf.nvim": { "branch": "main", "commit": "757a4cc7e12cdd4e2fe5f4abe97769742f50bf98" },
|
||||||
"nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" },
|
"nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" },
|
||||||
"none-ls.nvim": { "branch": "main", "commit": "db2a48b79cfcdab8baa5d3f37f21c78b6705c62e" },
|
"none-ls.nvim": { "branch": "main", "commit": "550197530c12b4838d685cf4e0d5eb4cca8d52c7" },
|
||||||
"nui.nvim": { "branch": "main", "commit": "f535005e6ad1016383f24e39559833759453564e" },
|
"nui.nvim": { "branch": "main", "commit": "f535005e6ad1016383f24e39559833759453564e" },
|
||||||
"nvim-autopairs": { "branch": "master", "commit": "4d74e75913832866aa7de35e4202463ddf6efd1b" },
|
"nvim-autopairs": { "branch": "master", "commit": "7a2c97cccd60abc559344042fefb1d5a85b3e33b" },
|
||||||
"nvim-dap": { "branch": "master", "commit": "b0f983507e3702f073bfe1516846e58b56d4e42f" },
|
"nvim-dap": { "branch": "master", "commit": "b38f7d30366d9169d0a623c4c85fbcf99d8d58bb" },
|
||||||
"nvim-dap-ui": { "branch": "master", "commit": "73a26abf4941aa27da59820fd6b028ebcdbcf932" },
|
"nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" },
|
||||||
"nvim-highlight-colors": { "branch": "main", "commit": "b42a5ccec7457b44e89f7ed3b3afb1b375bb2093" },
|
"nvim-highlight-colors": { "branch": "main", "commit": "e0c4a58ec8c3ca7c92d3ee4eb3bc1dd0f7be317e" },
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "fa2662510d30b06168b6e2e6915518decde6bbac" },
|
"nvim-lspconfig": { "branch": "master", "commit": "fa2662510d30b06168b6e2e6915518decde6bbac" },
|
||||||
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
|
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "0f051e9813a36481f48ca1f833897210dbcfffde" },
|
"nvim-treesitter-textobjects": { "branch": "master", "commit": "5ca4aaa6efdcc59be46b95a3e876300cfead05ef" },
|
||||||
"nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" },
|
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },
|
||||||
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
|
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
|
||||||
"onedarkpro.nvim": { "branch": "main", "commit": "5ffd45b3602bc1ed75f0b2be6c5c1f6ba5c6b796" },
|
"onedarkpro.nvim": { "branch": "main", "commit": "eeac8847a46a02c4de4e887c4c6d34b282060b5d" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
|
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||||
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
|
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
|
||||||
"rose-pine": { "branch": "main", "commit": "f93360149e9ed4df8677fbb07c7231ea0fd03b97" },
|
"rose-pine": { "branch": "main", "commit": "cf2a288696b03d0934da713d66c6d71557b5c997" },
|
||||||
"smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" },
|
"smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" },
|
||||||
"snacks.nvim": { "branch": "main", "commit": "5eac729fa290248acfe10916d92a5ed5e5c0f9ed" },
|
"snacks.nvim": { "branch": "main", "commit": "a4e46becca45eb65c73a388634b1ce8aad629ae0" },
|
||||||
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
|
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
|
||||||
"toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" },
|
"toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" },
|
||||||
"vim-illuminate": { "branch": "master", "commit": "0d1e93684da00ab7c057410fecfc24f434698898" },
|
"vim-illuminate": { "branch": "master", "commit": "0d1e93684da00ab7c057410fecfc24f434698898" },
|
||||||
"which-key.nvim": { "branch": "main", "commit": "fcbf4eea17cb299c02557d576f0d568878e354a4" }
|
"which-key.nvim": { "branch": "main", "commit": "fcbf4eea17cb299c02557d576f0d568878e354a4" }
|
||||||
|
|||||||
@@ -11,5 +11,6 @@ return {
|
|||||||
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
{ import = "astrocommunity.colorscheme.nightfox-nvim" },
|
||||||
{ import = "astrocommunity.colorscheme.rose-pine" },
|
{ import = "astrocommunity.colorscheme.rose-pine" },
|
||||||
{ import = "astrocommunity.colorscheme.onedarkpro-nvim" },
|
{ import = "astrocommunity.colorscheme.onedarkpro-nvim" },
|
||||||
|
{ import = "astrocommunity.colorscheme.everforest" },
|
||||||
-- import/override with your plugins folder
|
-- import/override with your plugins folder
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,9 +12,10 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
-- change colorscheme
|
-- change colorscheme
|
||||||
-- colorscheme = "astrodark",
|
-- colorscheme = "astrodark",
|
||||||
colorscheme = "vaporwave",
|
-- colorscheme = "vaporwave",
|
||||||
-- colorscheme = "nightfox",
|
-- colorscheme = "nightfox",
|
||||||
-- colorscheme = "rose-pine",
|
-- colorscheme = "rose-pine",
|
||||||
|
colorscheme = "everforest",
|
||||||
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
|
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
|
||||||
highlights = {
|
highlights = {
|
||||||
init = { -- this table overrides highlights in all themes
|
init = { -- this table overrides highlights in all themes
|
||||||
|
|||||||
@@ -1,64 +1,105 @@
|
|||||||
format = """
|
format = """
|
||||||
[░▒▓](#a3aed2)\
|
$os\
|
||||||
[ ](bg:#a3aed2 fg:#090c0c)\
|
$username\
|
||||||
[](bg:#769ff0 fg:#a3aed2)\
|
$hostname\
|
||||||
$directory\
|
$directory\
|
||||||
[](fg:#769ff0 bg:#394260)\
|
|
||||||
$git_branch\
|
$git_branch\
|
||||||
|
$git_state\
|
||||||
$git_status\
|
$git_status\
|
||||||
[](fg:#394260 bg:#212736)\
|
$character"""
|
||||||
|
|
||||||
|
right_format = """
|
||||||
$nodejs\
|
$nodejs\
|
||||||
$rust\
|
"""
|
||||||
$golang\
|
|
||||||
$php\
|
add_newline = false
|
||||||
[](fg:#212736 bg:#1d2230)\
|
palette = "everforest"
|
||||||
$time\
|
|
||||||
[ ](fg:#1d2230)\
|
[os]
|
||||||
\n$character"""
|
disabled = false
|
||||||
|
format = '[$symbol ]($style)'
|
||||||
|
style = 'fg:grey2'
|
||||||
|
|
||||||
|
[os.symbols]
|
||||||
|
Windows = ""
|
||||||
|
Ubuntu = ""
|
||||||
|
SUSE = ""
|
||||||
|
Raspbian = ""
|
||||||
|
Mint = ""
|
||||||
|
Macos = ""
|
||||||
|
Manjaro = ""
|
||||||
|
Linux = ""
|
||||||
|
Gentoo = ""
|
||||||
|
Fedora = ""
|
||||||
|
Alpine = ""
|
||||||
|
Amazon = ""
|
||||||
|
Android = ""
|
||||||
|
Arch = ""
|
||||||
|
Artix = ""
|
||||||
|
CentOS = ""
|
||||||
|
Debian = ""
|
||||||
|
Redhat = ""
|
||||||
|
RedHatEnterprise = ""
|
||||||
|
|
||||||
|
[username]
|
||||||
|
show_always = true
|
||||||
|
style_root = 'fg:red'
|
||||||
|
style_user = 'fg:blue'
|
||||||
|
format = '[$user]($style)'
|
||||||
|
|
||||||
|
[hostname]
|
||||||
|
ssh_only = false
|
||||||
|
style = 'fg:blue'
|
||||||
|
format = '[@$hostname]($style) '
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "fg:#e3e5e5 bg:#769ff0"
|
style = "fg:orange"
|
||||||
format = "[ $path ]($style)"
|
read_only_style = "fg:orange"
|
||||||
truncation_length = 3
|
truncation_length = 3
|
||||||
truncation_symbol = "…/"
|
truncation_symbol = "…/"
|
||||||
|
format = "[ $path]($style)[$read_only]($read_only_style) "
|
||||||
[directory.substitutions]
|
|
||||||
"Documents" = " "
|
|
||||||
"Downloads" = " "
|
|
||||||
"Music" = " "
|
|
||||||
"Pictures" = " "
|
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = ""
|
style = "fg:green"
|
||||||
style = "bg:#394260"
|
symbol = " "
|
||||||
format = '[[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)'
|
format = "[$symbol$branch(:$remote_branch)]($style) "
|
||||||
|
|
||||||
[git_status]
|
|
||||||
style = "bg:#394260"
|
|
||||||
format = '[[($all_status$ahead_behind )](fg:#769ff0 bg:#394260)]($style)'
|
|
||||||
|
|
||||||
[nodejs]
|
[nodejs]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
style = "bg:#212736"
|
style = "bg:#212736"
|
||||||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
format = '[ $symbol ($version) ]($style)'
|
||||||
|
|
||||||
[rust]
|
[character]
|
||||||
symbol = ""
|
success_symbol = '[](bold green)'
|
||||||
style = "bg:#212736"
|
error_symbol = '[](bold red)'
|
||||||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
|
||||||
|
|
||||||
[golang]
|
[palettes.everforest]
|
||||||
symbol = ""
|
bg_dim = "#232a2e"
|
||||||
style = "bg:#212736"
|
bg0 = "#2d353b"
|
||||||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
bg1 = "#343f44"
|
||||||
|
bg2 = "#3d484d"
|
||||||
|
bg3 = "#475258"
|
||||||
|
bg4 = "#4f585e"
|
||||||
|
bg5 = "#56635f"
|
||||||
|
bg_visual = "#543a48"
|
||||||
|
bg_red = "#514045"
|
||||||
|
bg_green = "#425047"
|
||||||
|
bg_blue = "#3a515d"
|
||||||
|
bg_yellow = "#4d4c43"
|
||||||
|
|
||||||
[php]
|
fg = "#d3c6aa"
|
||||||
symbol = ""
|
red = "#e67e80"
|
||||||
style = "bg:#212736"
|
|
||||||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
orange = "#e69875"
|
||||||
|
yellow = "#dbbc7f"
|
||||||
|
green = "#a7c080"
|
||||||
|
aqua = "#83c092"
|
||||||
|
blue = "#7fbbb3"
|
||||||
|
purple = "#d699b6"
|
||||||
|
grey0 = "#7a8478"
|
||||||
|
grey1 = "#859289"
|
||||||
|
grey2 = "#9da9a0"
|
||||||
|
statusline1 = "#a7c080"
|
||||||
|
statusline2 = "#d3c6aa"
|
||||||
|
statusline3 = "#e67e80"
|
||||||
|
|
||||||
[time]
|
|
||||||
disabled = false
|
|
||||||
time_format = "%R" # Hour:Minute Format
|
|
||||||
style = "bg:#1d2230"
|
|
||||||
format = '[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)'
|
|
||||||
|
|||||||
64
starship/.config/starship.toml.old
Normal file
64
starship/.config/starship.toml.old
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
format = """
|
||||||
|
[░▒▓](#a3aed2)\
|
||||||
|
[ ](bg:#a3aed2 fg:#090c0c)\
|
||||||
|
[](bg:#769ff0 fg:#a3aed2)\
|
||||||
|
$directory\
|
||||||
|
[](fg:#769ff0 bg:#394260)\
|
||||||
|
$git_branch\
|
||||||
|
$git_status\
|
||||||
|
[](fg:#394260 bg:#212736)\
|
||||||
|
$nodejs\
|
||||||
|
$rust\
|
||||||
|
$golang\
|
||||||
|
$php\
|
||||||
|
[](fg:#212736 bg:#1d2230)\
|
||||||
|
$time\
|
||||||
|
[ ](fg:#1d2230)\
|
||||||
|
\n$character"""
|
||||||
|
|
||||||
|
[directory]
|
||||||
|
style = "fg:#e3e5e5 bg:#769ff0"
|
||||||
|
format = "[ $path ]($style)"
|
||||||
|
truncation_length = 3
|
||||||
|
truncation_symbol = "…/"
|
||||||
|
|
||||||
|
[directory.substitutions]
|
||||||
|
"Documents" = " "
|
||||||
|
"Downloads" = " "
|
||||||
|
"Music" = " "
|
||||||
|
"Pictures" = " "
|
||||||
|
|
||||||
|
[git_branch]
|
||||||
|
symbol = ""
|
||||||
|
style = "bg:#394260"
|
||||||
|
format = '[[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)'
|
||||||
|
|
||||||
|
[git_status]
|
||||||
|
style = "bg:#394260"
|
||||||
|
format = '[[($all_status$ahead_behind )](fg:#769ff0 bg:#394260)]($style)'
|
||||||
|
|
||||||
|
[nodejs]
|
||||||
|
symbol = ""
|
||||||
|
style = "bg:#212736"
|
||||||
|
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||||
|
|
||||||
|
[rust]
|
||||||
|
symbol = ""
|
||||||
|
style = "bg:#212736"
|
||||||
|
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||||
|
|
||||||
|
[golang]
|
||||||
|
symbol = ""
|
||||||
|
style = "bg:#212736"
|
||||||
|
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||||
|
|
||||||
|
[php]
|
||||||
|
symbol = ""
|
||||||
|
style = "bg:#212736"
|
||||||
|
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||||
|
|
||||||
|
[time]
|
||||||
|
disabled = false
|
||||||
|
time_format = "%R" # Hour:Minute Format
|
||||||
|
style = "bg:#1d2230"
|
||||||
|
format = '[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)'
|
||||||
@@ -107,7 +107,7 @@ export TERM=xterm-256color
|
|||||||
alias cf="clear && fastfetch"
|
alias cf="clear && fastfetch"
|
||||||
alias ccf="cd && clear && fastfetch"
|
alias ccf="cd && clear && fastfetch"
|
||||||
|
|
||||||
(cat ~/.cache/wal/sequences &)
|
#(cat ~/.cache/wal/sequences &)
|
||||||
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
|||||||
Reference in New Issue
Block a user