-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f354694
commit d1723ac
Showing
20 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
@define-color accent_color #9c95fd; | ||
@define-color window_bg_color #1a202c; | ||
@define-color dialog_bg_color #1f2937; | ||
@define-color accent_color #99A8FE; | ||
@define-color accent_alt_color @accent_color; | ||
|
||
@define-color headerbar_bg_color #1e293b; | ||
|
||
@define-color window_bg_color #1a202C; | ||
@define-color window_fg_color #f1f5f9; | ||
@define-color dialog_bg_color #1e293b; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
@define-color headerbar_bg_color #5850ec; | ||
@define-color headerbar_fg_color #fff; | ||
@define-color headerbar_border_color #fff; | ||
@define-color headerbar_backdrop_color mix(@headerbar_bg_color, @window_bg_color, 0.2); | ||
@define-color accent_color #4f46e5; | ||
@define-color accent_alt_color #1f2961; | ||
|
||
@define-color accent_color @headerbar_bg_color; | ||
@define-color headerbar_bg_color #f4f5fc; | ||
@define-color headerbar_fg_color @accent_color; | ||
@define-color headerbar_border_color @headerbar_fg_color; | ||
@define-color headerbar_backdrop_color mix(@headerbar_bg_color, @window_bg_color, 0.2); | ||
|
||
@define-color window_bg_color #f9fafb; | ||
@define-color window_bg_color #f8fafc; | ||
@define-color window_fg_color #0f172a; | ||
@define-color dialog_bg_color #fff; | ||
@define-color popover_bg_color @dialog_bg_color; | ||
|
||
.loading { | ||
background-color: @dialog_bg_color; | ||
background-color: @headerbar_bg_color; | ||
color: @accent_alt_color; | ||
} |