mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-02 22:17:20 +01:00
45 lines
1.3 KiB
Bash
Executable File
45 lines
1.3 KiB
Bash
Executable File
#!/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"
|