Gruvbox colour updates
This commit is contained in:
parent
059d59e437
commit
fe197ebe9a
|
@ -1,14 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# A sample post-deploy hook
|
|
||||||
#
|
|
||||||
# These environment variables are available:
|
|
||||||
# KAMAL_RECORDED_AT
|
|
||||||
# KAMAL_PERFORMER
|
|
||||||
# KAMAL_VERSION
|
|
||||||
# KAMAL_HOSTS
|
|
||||||
# KAMAL_ROLE (if set)
|
|
||||||
# KAMAL_DESTINATION (if set)
|
|
||||||
# KAMAL_RUNTIME
|
|
||||||
|
|
||||||
echo "$KAMAL_PERFORMER deployed $KAMAL_VERSION to $KAMAL_DESTINATION in $KAMAL_RUNTIME seconds"
|
|
|
@ -1,11 +1,11 @@
|
||||||
:root {
|
:root {
|
||||||
--border-color: gray;
|
--border-color: #282828;
|
||||||
--highlight-color: #D36200;
|
--highlight-color: #d65d0e;
|
||||||
--background-color: #CCC;
|
--background-color: #928374;
|
||||||
--dark-background-color: #333;
|
--dark-background-color: #1d2021;
|
||||||
--inset-background-color: #FFFFFF;
|
--inset-background-color: #fbf1c7;
|
||||||
--alert-border-color: #800000;
|
--alert-border-color: #98971a;
|
||||||
--form-error-color: #FF0000;
|
--form-error-color: #cc241d;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in New Issue