Skip to content

Commit

Permalink
Implement SettingsCreatorPage
Browse files Browse the repository at this point in the history
  • Loading branch information
infinite-persistence committed May 2, 2021
1 parent 4bd8a12 commit e5cdb3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/scss/init/_base-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
--color-tag-hover: var(--color-primary-alt);
--color-tag-bg-hover: var(--color-button-primary-bg);

// Tags (words)
--color-tag-words: var(--color-gray-5);
--color-tag-words-bg: var(--color-button-alt-bg);
--color-tag-words-hover: var(--color-button-alt-text);
--color-tag-words-bg-hover: var(--color-button-alt-bg-hover);

// Menu
--color-menu-background: var(--color-header-background);
--color-menu-background--active: var(--color-card-background-highlighted);
Expand Down
6 changes: 6 additions & 0 deletions ui/scss/themes/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
--color-text-error: var(--color-danger);
--color-error: var(--color-danger-alt);

// Tags (words)
--color-tag-words: var(--color-text);
--color-tag-words-bg: var(--color-gray-5);
--color-tag-words-hover: var(--color-white);
--color-tag-words-bg-hover: var(--color-gray-4);

// Header
--color-header-background: var(--color-gray-8);
--color-header-button: var(--color-gray-7);
Expand Down

0 comments on commit e5cdb3c

Please sign in to comment.