Skip to content

Commit

Permalink
Darkly tweak (#1811)
Browse files Browse the repository at this point in the history
* Make outline buttons have better contrast in dark themes

* Change secondary color for darkly themes

* Put compact styles back to how they were before

* Forgot to build themes
  • Loading branch information
SleeplessOne1917 authored Jul 7, 2023
1 parent 214eae5 commit 45333d8
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 160 deletions.
2 changes: 1 addition & 1 deletion src/assets/css/themes/_variables.darkly-pureblack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $green: #00bc8c;
$cyan: #3498db;

$primary: $green;
$secondary: $gray-700;
$secondary: $gray-600;
$success: $green;
$dark: $gray-300;

Expand Down
1 change: 0 additions & 1 deletion src/assets/css/themes/_variables.darkly-red.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import "variables.darkly";

$primary: $blue;
$secondary: #444;
$light: $gray-800;

$link-color: $red;
2 changes: 1 addition & 1 deletion src/assets/css/themes/_variables.darkly.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $green: #00bc8c;
$cyan: #3498db;

$primary: $green;
$secondary: $gray-700;
$secondary: $gray-500;
$success: $green;
$dark: $gray-300;

Expand Down
82 changes: 41 additions & 41 deletions src/assets/css/themes/darkly-compact.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 34 additions & 34 deletions src/assets/css/themes/darkly-pureblack.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45333d8

Please sign in to comment.