This commit is contained in:
syuilo 2018-12-30 09:04:19 +09:00
parent 8782a64b18
commit 9edac2cd74
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
base: 'dark', base: 'dark',
vars: { vars: {
primary: 'rgb(215, 153, 33))', primary: 'rgb(215, 153, 33)',
secondary: 'rgb(40, 40, 40)', secondary: 'rgb(40, 40, 40)',
text: 'rgb(235, 219, 178)', text: 'rgb(235, 219, 178)',
}, },

View File

@ -7,7 +7,7 @@
base: 'dark', base: 'dark',
vars: { vars: {
primary: 'rgb(234, 136, 50))', primary: 'rgb(234, 136, 50)',
secondary: 'rgb(34, 36, 42)', secondary: 'rgb(34, 36, 42)',
text: 'rgb(221, 209, 203)', text: 'rgb(221, 209, 203)',
}, },