Dotfiles V.1.1.5
Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
This commit is contained in:
@@ -1,44 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
export WHITE=0xffeeeeee
|
||||
export WHITE="0xffeeeeee"
|
||||
|
||||
# -- Dracula Scheme --
|
||||
export BAR_COLOR=0xff262626
|
||||
export ITEM_BG_COLOR=0xff4e4e4e
|
||||
export ACCENT_COLOR=0xff8A8FA9
|
||||
|
||||
# -- Gray Scheme --
|
||||
# export BAR_COLOR=0xff101314
|
||||
# export ITEM_BG_COLOR=0xff353c3f
|
||||
# export ACCENT_COLOR=0xffffffff
|
||||
|
||||
# -- Purple Scheme --
|
||||
# export BAR_COLOR=0xff140c42
|
||||
# export ITEM_BG_COLOR=0xff2b1c84
|
||||
# export ACCENT_COLOR=0xffeb46f9
|
||||
|
||||
# -- Red Scheme ---
|
||||
# export BAR_COLOR=0xff23090e
|
||||
# export ITEM_BG_COLOR=0xff591221
|
||||
# export ACCENT_COLOR=0xffff2453
|
||||
|
||||
# -- Blue Scheme ---
|
||||
# export BAR_COLOR=0xff021254
|
||||
# export ITEM_BG_COLOR=0xff093aa8
|
||||
# export ACCENT_COLOR=0xff15bdf9
|
||||
|
||||
# -- Green Scheme --
|
||||
# export BAR_COLOR=0xff003315
|
||||
# export ITEM_BG_COLOR=0xff008c39
|
||||
# export ACCENT_COLOR=0xff1dfca1
|
||||
|
||||
|
||||
# -- Orange Scheme --
|
||||
# export BAR_COLOR=0xff381c02
|
||||
# export ITEM_BG_COLOR=0xff99440a
|
||||
# export ACCENT_COLOR=0xfff97716
|
||||
|
||||
# -- Yellow Scheme --
|
||||
# export BAR_COLOR=0xff2d2b02
|
||||
# export ITEM_BG_COLOR=0xff8e7e0a
|
||||
# export ACCENT_COLOR=0xfff7fc17
|
||||
# -- Catppuccin --
|
||||
export BAR_COLOR="0xff24273a"
|
||||
export ITEM_BG_COLOR="0xff494d64"
|
||||
export RED="0xffed8796"
|
||||
export PEACH="0xfff5a97f"
|
||||
export YELLOW="0xffeed49f"
|
||||
export GREEN="0xffa6da95"
|
||||
export BLUE="0xff8aadf4"
|
||||
export TEXT="0xffcad3f5"
|
||||
export MAUVE="0xffc6a0f6"
|
||||
|
||||
Reference in New Issue
Block a user