forked from mystiq/hydrogen-web
Add gruvbox color scheme
This commit is contained in:
parent
161e29b36e
commit
1ef382f3a9
1 changed files with 7 additions and 7 deletions
14
theme.json
14
theme.json
|
@ -36,14 +36,14 @@
|
||||||
"red": {
|
"red": {
|
||||||
"name": "Red",
|
"name": "Red",
|
||||||
"variables": {
|
"variables": {
|
||||||
"background-color-primary": "#1F1F1F",
|
"background-color-primary": "#282828",
|
||||||
"background-color-secondary": "#2B243E",
|
"background-color-secondary": "#3c3836",
|
||||||
"text-color": "#fff",
|
"text-color": "#fbf1c7",
|
||||||
"accent-color": "#F23041",
|
"accent-color": "#8ec07c",
|
||||||
"error-color": "#FF4B55",
|
"error-color": "#fb4934",
|
||||||
"fixed-white": "#fff",
|
"fixed-white": "#fff",
|
||||||
"room-badge": "#F23030",
|
"room-badge": "#cc241d",
|
||||||
"link-color": "#238cf5"
|
"link-color": "#fe8019"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue