Migrate to AwesomeWM + refactor
This commit is contained in:
parent
fbf69b086a
commit
bb8ffbc999
20 changed files with 613 additions and 31 deletions
|
@ -0,0 +1,41 @@
|
|||
:root {
|
||||
--font-primary: Fisa Code;
|
||||
|
||||
/* Gruvbox Material Dark Hard */
|
||||
--fg0: #d4be98;
|
||||
--bg0: #1d2021;
|
||||
--bg1: #282828;
|
||||
|
||||
--grey0: #7c6f64;
|
||||
--grey1: #928374;
|
||||
--grey2: #a89984;
|
||||
|
||||
/* Midpoints between bg0 + bg1 */
|
||||
--bg0_33: #212323;
|
||||
--bg0_66: #242526;
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
--text-normal: var(--fg0);
|
||||
|
||||
--channels-default: var(--grey2);
|
||||
--interactive-normal: var(--grey0);
|
||||
--interactive-active: var(--grey0);
|
||||
--channel-icon: var(--grey0);
|
||||
--channeltextarea-background: var(--bg0_66);
|
||||
|
||||
--scrollbar-auto-thumb: var(--grey0);
|
||||
--scrollbar-auto-track: var(--bg1);
|
||||
|
||||
--header-primary: var(--grey0);
|
||||
--header-secondary: var(--grey2);
|
||||
|
||||
--background-primary: var(--bg0);
|
||||
--background-secondary: var(--bg0_66);
|
||||
--background-secondary-alt: var(--bg0_33);
|
||||
--background-tertiary: var(--bg1);
|
||||
--background-message-hover: var(--bg0_33);
|
||||
--background-mentioned: var(--bg0_66);
|
||||
--bg-overlay-selected: var(--bg1);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue