-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Lains
committed
Jan 21, 2021
1 parent
c99916c
commit 827b1e5
Showing
11 changed files
with
76 additions
and
40 deletions.
There are no files selected for viewing
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.
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
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,29 +1,39 @@ | ||
@define-color color_primary #f0e8dd; | ||
@define-color accent #33d17a; | ||
|
||
.quilter-sidebar { | ||
background: shade(mix(@accent, @color_primary, 0.88), 0.90); | ||
} | ||
|
||
.quilter-sidebar, | ||
.quilter-sidebar list, | ||
.quilter-sidebar treeview.view { | ||
background: shade(mix(@accent, @color_primary, 0.88), 0.90); | ||
background: mix (@accent, @color_primary, 0.90); | ||
color: @theme_fg_color; | ||
} | ||
|
||
.quilter-sidebar-box { | ||
background-color: shade(mix(@accent, @color_primary, 0.88), 0.90); | ||
color: @theme_fg_color; | ||
} | ||
|
||
.quilter-sidebar-box button { | ||
color: @theme_fg_color; | ||
} | ||
|
||
.quilter-sidebar-box:focus, | ||
.quilter-sidebar-box:selected, | ||
.quilter-sidebar-box:active, | ||
.quilter-sidebar-box:hover { | ||
background-color: shade(mix(@accent, @color_primary, 0.88), 0.66); | ||
background: shade(mix (@accent, @color_primary, 0.90), 0.88); | ||
} | ||
|
||
.quilter-sidebar-box:active:backdrop, | ||
.quilter-sidebar-box:selected:backdrop, | ||
.quilter-sidebar-box:focus:backdrop, | ||
.quilter-sidebar-box:hover:backdrop { | ||
background: alpha(shade(mix (@accent, @color_primary, 0.90), 0.88), 0.88); | ||
} | ||
|
||
.quilter-menu { | ||
background-color: shade(@color_primary, 1.04); | ||
background: shade(@color_primary, 1.04); | ||
} | ||
|
||
.quilter-focus-button { | ||
background-color: shade(@color_primary, 1.1); | ||
background: shade(@color_primary, 1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,39 @@ | ||
@define-color color_primary #F6F5F4; | ||
@define-color color_primary #f6f5f4; | ||
@define-color accent #3584e4; | ||
|
||
.quilter-sidebar { | ||
background: shade(mix(@accent, @color_primary, 0.88), 0.90); | ||
} | ||
|
||
.quilter-sidebar, | ||
.quilter-sidebar list, | ||
.quilter-sidebar treeview.view { | ||
background: shade(mix(@accent, @color_primary, 0.88), 0.90); | ||
background: mix (@accent, @color_primary, 0.90); | ||
color: @theme_fg_color; | ||
} | ||
|
||
.quilter-sidebar-box { | ||
background-color: shade(mix(@accent, @color_primary, 0.88), 0.90); | ||
color: @theme_fg_color; | ||
} | ||
|
||
.quilter-sidebar-box button { | ||
color: @theme_fg_color; | ||
} | ||
|
||
.quilter-sidebar-box:focus, | ||
.quilter-sidebar-box:selected, | ||
.quilter-sidebar-box:active, | ||
.quilter-sidebar-box:hover { | ||
background-color: shade(mix(@accent, @color_primary, 0.88), 0.66); | ||
background: shade(mix (@accent, @color_primary, 0.90), 0.88); | ||
} | ||
|
||
.quilter-sidebar-box:active:backdrop, | ||
.quilter-sidebar-box:selected:backdrop, | ||
.quilter-sidebar-box:focus:backdrop, | ||
.quilter-sidebar-box:hover:backdrop { | ||
background: alpha(shade(mix (@accent, @color_primary, 0.90), 0.88), 0.88); | ||
} | ||
|
||
.quilter-menu { | ||
background-color: shade(@color_primary, 1.04); | ||
background: shade(@color_primary, 1.04); | ||
} | ||
|
||
.quilter-focus-button { | ||
background-color: shade(@color_primary, 1.1); | ||
background: shade(@color_primary, 1.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
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