Skip to content

Commit

Permalink
Make ultra-dark theme even darker
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Nov 5, 2023
1 parent bf21d62 commit 8056d84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ module.exports = {
},
ultraDark: {
"background": "#000000",
"header-background": "#0f0f0f",
"form-background": "#000000",
"backdrop": "#050505",
"header-background": "#040404",
"form-background": "#030303",
"backdrop": "#000000",

"divider": "#000000",

Expand All @@ -98,7 +98,7 @@ module.exports = {
"gentle": "#C3C3C3",

"primary": "#723896",
"secondary": "#575757",
"secondary": "#373737",
"teritary": "#0f0f0f",

"secondary-bright": "#AAAAAA",
Expand Down

0 comments on commit 8056d84

Please sign in to comment.