Themes and a theme picker

This commit is contained in:
kamkow1
2025-06-25 22:47:07 +02:00
parent ab37785d2a
commit 037b0a123a
10 changed files with 137 additions and 12 deletions

View File

@ -8,18 +8,18 @@
--standard-border-radius: 5px;
--border-width: 1px;
--bg: #FFFFEC;
--accent-bg: #EEEEA7;
--text: #424242;
--text-light: #999957;
--border: #B7B19C;
--accent: #030093;
--accent-hover: #2A8DC5;
--accent-text: var(--bg);
--code: #57864E;
--preformatted: #424242;
--marked: #B85C57;
--disabled: #EAEBDB;
--bg: #F0F2F5;
--accent-bg: #E3E6EA;
--text: #2C2C2C;
--text-light: #9A9A9A;
--border: #D1D7DC;
--accent: #3454D1;
--accent-hover: #6A8ED8;
--accent-text: var(--bg);
--code: #3C9E47;
--preformatted: #2C2C2C;
--marked: #D6674B;
--disabled: #F1F3F6;
}
/* Reset box-sizing */