Rename dark theme file to meet the new filenaming scheme for theme CSS files
This commit is contained in:
parent
157077c65b
commit
cfb15fbdc5
2 changed files with 1 additions and 1 deletions
63
src/css/dark.theme.css
Normal file
63
src/css/dark.theme.css
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
:root {
|
||||
--spotify-green: #1DB954;
|
||||
--spotify-white: #FFFFFF;
|
||||
--spotify-black: #000000;
|
||||
|
||||
--accent1: #7289da;
|
||||
--accent2: #00aa00;
|
||||
|
||||
--error: #ff0000;
|
||||
--error-background: #ff00005d;
|
||||
--error-text: #FFFFFF;
|
||||
--error-accent: var(--error);
|
||||
|
||||
--success: var(--accent2);
|
||||
--success-background: #00aa0083;
|
||||
--success-text: var(--on-card-colour);
|
||||
--success-accent: var(--accent2);
|
||||
|
||||
--background: #23272A;
|
||||
--background-text: var(--spotify-white);
|
||||
|
||||
--card-colour: #2C2F33;
|
||||
--card-text: #ffffff80;
|
||||
|
||||
--on-card-colour: #4c4c4c;
|
||||
--on-card-text: var(--spotify-green);
|
||||
|
||||
--modal-container-background: #0e0f10eb;
|
||||
--modal-background: var(--card-colour);
|
||||
--modal-close-button: var(--card-text);
|
||||
--modal-text: var(--card-text);
|
||||
|
||||
--fonts: 'Open Sans', sans-serif;
|
||||
|
||||
--corner-rounding: 7px;
|
||||
|
||||
--input-background: var(--spotify-black);
|
||||
--input-text: var(--spotify-green);
|
||||
--input-active-border: var(--accent2);
|
||||
|
||||
--button-background: var(--spotify-green);
|
||||
--button-disabled-background: #09682a;
|
||||
--button-text: var(--spotify-black);
|
||||
--button-disabled-text: var(--spotify-black);
|
||||
|
||||
--textarea-background: var(--spotify-black);
|
||||
--textarea-text-colour: var(--spotify-green);
|
||||
--textarea-border-colour: var(--accent2);
|
||||
|
||||
--missing-picture-background: var(--background);
|
||||
--missing-picture-foreground: var(--accent2);
|
||||
|
||||
--tooltip-colour: #000000;
|
||||
--tooltip-text: var(--spotify-green);
|
||||
|
||||
--percent-filled: var(--accent2);
|
||||
--percent-empty: var(--on-card-colour);
|
||||
--percent-text: var(--on-card-text);
|
||||
|
||||
--scrollbar-background: #0f0f0f;
|
||||
--scrollbar-handle: #4d4d4d;
|
||||
--scrollbar-handle-hover: #5e5e5e;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue