gruvbox-inize things

This commit is contained in:
Thomas Ruoff
2018-10-21 23:51:21 +02:00
parent 530a65fd64
commit da1ac6550a
4 changed files with 57 additions and 31 deletions

44
gruvbox_colors.sh Executable file
View File

@@ -0,0 +1,44 @@
#!/usr/bin/env bash
export GRUVBOX_DARK0_HARD="#1d2021"
export GRUVBOX_DARK0="#282828"
export GRUVBOX_DARK0_SOFT="#32302f"
export GRUVBOX_DARK1="#3c3836"
export GRUVBOX_DARK2="#504945"
export GRUVBOX_DARK3="#665c54"
export GRUVBOX_DARK4="#7c6f64"
export GRUVBOX_GRAY_245="#928374"
export GRUVBOX_GRAY_244="#928374"
export GRUVBOX_LIGHT0_HARD="#f9f5d7"
export GRUVBOX_LIGHT0="#fbf1c7"
export GRUVBOX_LIGHT0_SOFT="#f2e5bc"
export GRUVBOX_LIGHT1="#ebdbb2"
export GRUVBOX_LIGHT2="#d5c4a1"
export GRUVBOX_LIGHT3="#bdae93"
export GRUVBOX_LIGHT4="#a89984"
export GRUVBOX_BRIGHT_RED="#fb4934"
export GRUVBOX_BRIGHT_GREEN="#b8bb26"
export GRUVBOX_BRIGHT_YELLOW="#fabd2f"
export GRUVBOX_BRIGHT_BLUE="#83a598"
export GRUVBOX_BRIGHT_PURPLE="#d3869b"
export GRUVBOX_BRIGHT_AQUA="#8ec07c"
export GRUVBOX_BRIGHT_ORANGE="#fe8019"
export GRUVBOX_NEUTRAL_RED="#cc241d"
export GRUVBOX_NEUTRAL_GREEN="#98971a"
export GRUVBOX_NEUTRAL_YELLOW="#d79921"
export GRUVBOX_NEUTRAL_BLUE="#458588"
export GRUVBOX_NEUTRAL_PURPLE="#b16286"
export GRUVBOX_NEUTRAL_AQUA="#689d6a"
export GRUVBOX_NEUTRAL_ORANGE="#d65d0e"
export GRUVBOX_FADED_RED="#9d0006"
export GRUVBOX_FADED_GREEN="#79740e"
export GRUVBOX_FADED_YELLOW="#b57614"
export GRUVBOX_FADED_BLUE="#076678"
export GRUVBOX_FADED_PURPLE="#8f3f71"
export GRUVBOX_FADED_AQUA="#427b58"
export GRUVBOX_FADED_ORANGE="#af3a03"