Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
15 lines
302 B
Bash
Executable File
15 lines
302 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export WHITE="0xffeeeeee"
|
|
|
|
# -- 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"
|