mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Material theme
This commit is contained in:
parent
e1e381d48b
commit
b666948a73
30
material.sh
Executable file
30
material.sh
Executable file
@ -0,0 +1,30 @@
|
||||
#!/bin/bash
|
||||
|
||||
# ====================CONFIG THIS =============================== #
|
||||
COLOR_01="#073641"
|
||||
COLOR_02="#EB606B"
|
||||
COLOR_03="#C3E88D"
|
||||
COLOR_04="#F7EB95"
|
||||
COLOR_05="#80CBC3"
|
||||
COLOR_06="#FF2490"
|
||||
COLOR_07="#AEDDFF"
|
||||
COLOR_08="#FFFFFF"
|
||||
|
||||
COLOR_09="#002B36"
|
||||
COLOR_10="#EB606B"
|
||||
COLOR_11="#C3E88D"
|
||||
COLOR_12="#F7EB95"
|
||||
COLOR_13="#7DC6BF"
|
||||
COLOR_14="#6C71C3"
|
||||
COLOR_15="#34434D"
|
||||
COLOR_16="#FFFFFF"
|
||||
|
||||
BACKGROUND_COLOR="#1E282C"
|
||||
FOREGROUND_COLOR="#C3C7D1"
|
||||
CURSOR_COLOR="#657B83"
|
||||
# =============================================================== #
|
||||
|
||||
# |
|
||||
# | Apply Colors
|
||||
# | ===========================================
|
||||
source <(wget -O - http://git.io/vY8Qq)
|
Loading…
Reference in New Issue
Block a user