generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dx (developer) packages and some fixes...
- Loading branch information
Showing
16 changed files
with
832 additions
and
54 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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,182 @@ | ||
* { | ||
primary: #b7c4ff; | ||
primary-fixed: #dce1ff; | ||
primary-fixed-dim: #b7c4ff; | ||
on-primary: #0f2976; | ||
on-primary-fixed: #001551; | ||
on-primary-fixed-variant: #2b418d; | ||
primary-container: #4257a4; | ||
on-primary-container: #ffffff; | ||
secondary: #bec5ea; | ||
secondary-fixed: #dce1ff; | ||
secondary-fixed-dim: #bec5ea; | ||
on-secondary: #282f4c; | ||
on-secondary-fixed: #121a36; | ||
on-secondary-fixed-variant: #3e4564; | ||
secondary-container: #3e4564; | ||
on-secondary-container: #c2c9ee; | ||
tertiary: #ffb867; | ||
tertiary-fixed: #ffddba; | ||
tertiary-fixed-dim: #ffb867; | ||
on-tertiary: #482900; | ||
on-tertiary-fixed: #2b1700; | ||
on-tertiary-fixed-variant: #673d00; | ||
tertiary-container: #845000; | ||
on-tertiary-container: #ffffff; | ||
error: #ffb4ab; | ||
on-error: #690005; | ||
error-container: #93000a; | ||
on-error-container: #ffdad6; | ||
surface: #121318; | ||
on-surface: #e3e1e9; | ||
on-surface-variant: #c5c5d3; | ||
outline: #8f909c; | ||
outline-variant: #444651; | ||
shadow: #000000; | ||
scrim: #000000; | ||
inverse-surface: #e3e1e9; | ||
inverse-on-surface: #2f3036; | ||
inverse-primary: #4559a7; | ||
surface-dim: #121318; | ||
surface-bright: #38393e; | ||
surface-container-lowest: #0d0e13; | ||
surface-container-low: #1a1b20; | ||
surface-container: #1f1f24; | ||
surface-container-high: #292a2f; | ||
surface-container-highest: #34343a; | ||
accent: @primary; | ||
text: @on-primary; | ||
normal: @secondary-fixed; | ||
on-normal: @on-secondary-fixed; | ||
selected: @primary; | ||
on-selected: @on-primary; | ||
border: @primary; | ||
background: @surface; | ||
background-alt: @surface-container; | ||
handle: @primary; | ||
placeholder: @primary; | ||
on-search: @primary; | ||
} | ||
|
||
configuration { | ||
show-icons: true; | ||
display-drun: ""; | ||
drun-display-format: "{icon} {name}"; | ||
disable-history: false; | ||
click-to-exit: false; | ||
location: 0; | ||
} | ||
|
||
window { | ||
border-radius: 8px; | ||
width: 500px; | ||
anchor: center; | ||
x-offset: 0; | ||
y-offset: 0; | ||
background-color: @background; | ||
border-color: @border; | ||
} | ||
|
||
prompt { | ||
enabled: true; | ||
padding: 8px; | ||
text-color: @on-search; | ||
} | ||
|
||
textbox-prompt-colon { | ||
expand: false; | ||
str: ""; | ||
border-radius: 100%; | ||
padding: 8px 12px 8px 12px; | ||
text-color: @on-search; | ||
} | ||
|
||
entry { | ||
placeholder: "Search..."; | ||
placeholder-color: @placeholder; | ||
blink: true; | ||
background-color: @background; | ||
border: 0px 0px 2px 0px; | ||
border-radius: 10px; | ||
padding: 8px; | ||
text-color: @primary; | ||
border-color: @border; | ||
} | ||
|
||
inputbar { | ||
children: [ textbox-prompt-colon, prompt, entry ]; | ||
expand: false; | ||
border: 0px; | ||
border-radius: 0px; | ||
margin: 0px; | ||
padding: 0px; | ||
position: center; | ||
} | ||
|
||
case-indicator { | ||
spacing: 0; | ||
} | ||
|
||
listview { | ||
enabled: true; | ||
columns: 1; | ||
lines: 5; | ||
spacing: 4px; | ||
cycle: false; | ||
dynamic: true; | ||
layout: vertical; | ||
background-color: @background; | ||
padding: 10px; | ||
border-radius: 8px; | ||
border-color: transparent; | ||
} | ||
|
||
mainbox { | ||
children: [ inputbar, listview ]; | ||
spacing: 15px; | ||
padding: 15px; | ||
background-color: @background-alt; | ||
border-radius: 8px; | ||
} | ||
|
||
element { | ||
enabled: true; | ||
orientation: horizontal; | ||
border-radius: 4px; | ||
padding: 6px 6px 6px 6px; | ||
} | ||
|
||
element-icon { | ||
horizontal-align: 0.5; | ||
vertical-align: 0.5; | ||
size: 36px; | ||
border: 0px; | ||
} | ||
|
||
element alternate.normal, | ||
element normal.active, | ||
element normal.normal { | ||
background-color: @secondary-fixed; | ||
text-color: @on-secondary-fixed; | ||
} | ||
|
||
element selected.active, | ||
element selected.normal { | ||
background-color: @selected; | ||
text-color: @on-selected; | ||
} | ||
|
||
button.selected { | ||
background-color: @selected; | ||
text-color: @on-selected; | ||
} | ||
|
||
scrollbar { | ||
background-color: @background-alt; | ||
width: 4px; | ||
border: 0; | ||
handle-width: 8px; | ||
handle-color: @handle; | ||
padding: 0; | ||
} | ||
|
File renamed without changes.
File renamed without changes.
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,175 @@ | ||
/* | ||
* Waybar Colors | ||
* Generated with Matugen | ||
*/ | ||
|
||
@define-color background #121318; | ||
|
||
@define-color error #ffb4ab; | ||
|
||
@define-color error_container #93000a; | ||
|
||
@define-color inverse_on_surface #2f3036; | ||
|
||
@define-color inverse_primary #4559a7; | ||
|
||
@define-color inverse_surface #e3e1e9; | ||
|
||
@define-color light_pastel_blue #fffeff; | ||
|
||
@define-color light_pastel_blue_container #d7e3f0; | ||
|
||
@define-color light_pastel_blue_source #d7e3f0; | ||
|
||
@define-color light_pastel_blue_value #d7e3f0; | ||
|
||
@define-color on_background #e3e1e9; | ||
|
||
@define-color on_error #690005; | ||
|
||
@define-color on_error_container #ffdad6; | ||
|
||
@define-color on_light_pastel_blue #26323b; | ||
|
||
@define-color on_light_pastel_blue_container #3d4953; | ||
|
||
@define-color on_primary #0f2976; | ||
|
||
@define-color on_primary_container #ffffff; | ||
|
||
@define-color on_primary_fixed #001551; | ||
|
||
@define-color on_primary_fixed_variant #2b418d; | ||
|
||
@define-color on_secondary #282f4c; | ||
|
||
@define-color on_secondary_container #c2c9ee; | ||
|
||
@define-color on_secondary_fixed #121a36; | ||
|
||
@define-color on_secondary_fixed_variant #3e4564; | ||
|
||
@define-color on_semi_transparent_black #303030; | ||
|
||
@define-color on_semi_transparent_black_container #ffffff; | ||
|
||
@define-color on_success #00391f; | ||
|
||
@define-color on_success_container #ffffff; | ||
|
||
@define-color on_surface #e3e1e9; | ||
|
||
@define-color on_surface_variant #c5c5d3; | ||
|
||
@define-color on_tertiary #482900; | ||
|
||
@define-color on_tertiary_container #ffffff; | ||
|
||
@define-color on_tertiary_fixed #2b1700; | ||
|
||
@define-color on_tertiary_fixed_variant #673d00; | ||
|
||
@define-color on_transparent_black #303030; | ||
|
||
@define-color on_transparent_black_container #ffffff; | ||
|
||
@define-color on_urgent #690000; | ||
|
||
@define-color on_urgent_container #000000; | ||
|
||
@define-color on_white #2f3131; | ||
|
||
@define-color on_white_container #464849; | ||
|
||
@define-color outline #8f909c; | ||
|
||
@define-color outline_variant #444651; | ||
|
||
@define-color primary #b7c4ff; | ||
|
||
@define-color primary_container #4257a4; | ||
|
||
@define-color primary_fixed #dce1ff; | ||
|
||
@define-color primary_fixed_dim #b7c4ff; | ||
|
||
@define-color scrim #000000; | ||
|
||
@define-color secondary #bec5ea; | ||
|
||
@define-color secondary_container #3e4564; | ||
|
||
@define-color secondary_fixed #dce1ff; | ||
|
||
@define-color secondary_fixed_dim #bec5ea; | ||
|
||
@define-color semi_transparent_black #c6c6c6; | ||
|
||
@define-color semi_transparent_black_container #000000; | ||
|
||
@define-color semi_transparent_black_source #000000; | ||
|
||
@define-color semi_transparent_black_value #000000; | ||
|
||
@define-color shadow #000000; | ||
|
||
@define-color source_color #4257a4; | ||
|
||
@define-color success #79daa0; | ||
|
||
@define-color success_container #1b8553; | ||
|
||
@define-color success_source #1b8553; | ||
|
||
@define-color success_value #1b8553; | ||
|
||
@define-color surface #121318; | ||
|
||
@define-color surface_bright #38393e; | ||
|
||
@define-color surface_container #1f1f24; | ||
|
||
@define-color surface_container_high #292a2f; | ||
|
||
@define-color surface_container_highest #34343a; | ||
|
||
@define-color surface_container_low #1a1b20; | ||
|
||
@define-color surface_container_lowest #0d0e13; | ||
|
||
@define-color surface_dim #121318; | ||
|
||
@define-color surface_variant #444651; | ||
|
||
@define-color tertiary #ffb867; | ||
|
||
@define-color tertiary_container #845000; | ||
|
||
@define-color tertiary_fixed #ffddba; | ||
|
||
@define-color tertiary_fixed_dim #ffb867; | ||
|
||
@define-color transparent_black #c6c6c6; | ||
|
||
@define-color transparent_black_container #000000; | ||
|
||
@define-color transparent_black_source #000000; | ||
|
||
@define-color transparent_black_value #000000; | ||
|
||
@define-color urgent #ffb4a8; | ||
|
||
@define-color urgent_container #ff5540; | ||
|
||
@define-color urgent_source #ff0000; | ||
|
||
@define-color urgent_value #ff0000; | ||
|
||
@define-color white #ffffff; | ||
|
||
@define-color white_container #e2e2e2; | ||
|
||
@define-color white_source #ffffff; | ||
|
||
@define-color white_value #ffffff; | ||
|
Oops, something went wrong.