-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MainWindow: add light/dark headerbar colors (#45)
* MainWindow: add light/dark headerbar colors * MainWindow: fix loading title * Metainfo: update release notes
- Loading branch information
1 parent
cd66fe6
commit 6b71a7a
Showing
8 changed files
with
248 additions
and
53 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@define-color headerbar_bg_color @headerbar_bg_dark; | ||
@define-color headerbar_fg_color @headerbar_fg_dark; |
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,6 +1,8 @@ | ||
@define-color headerbar_bg_color #03a9f5; | ||
@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.1); | ||
@define-color ha_color #03a9f5; | ||
@define-color accent_color @ha_color; | ||
|
||
@define-color headerbar_bg_color @headerbar_bg_light; | ||
@define-color headerbar_fg_color @headerbar_fg_light; | ||
|
||
@define-color accent_color @headerbar_bg_color; | ||
@define-color headerbar_border_color @headerbar_fg_color; | ||
@define-color headerbar_backdrop_color mix(@headerbar_bg_color, @window_bg_color, 0.1); |
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
Oops, something went wrong.