Add white Waybar Theme

This commit is contained in:
Stephan Raabe 2023-11-23 17:02:57 +01:00
parent dafb0b376b
commit 7c3cac3959
3 changed files with 20 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Hyprland:
- New variations for decoration and window
- Variations for monitor settings introduced
- More keybindings for function keys added
- New ML4W black Waybar Theme
- New ML4W black and white Waybar Theme
Known issues Qtile Wayland:
- GTK dark theme is not always working

View File

@ -0,0 +1,2 @@
#!/bin/bash
theme_name="ML4W White"

View File

@ -0,0 +1,17 @@
/* -----------------------------------------------------
* Import Pywal colors
* ----------------------------------------------------- */
@import '../../../../../.cache/wal/colors-waybar.css';
@define-color backgroundlight #FFFFFF;
@define-color backgrounddark #FFFFFF;
@define-color workspacesbackground1 #FFFFFF;
@define-color workspacesbackground2 #CCCCCC;
@define-color bordercolor #FFFFFF;
@define-color textcolor1 #000000;
@define-color textcolor2 #000000;
@define-color textcolor3 #000000;
@define-color iconcolor #FFFFFF;
@import '../style.css';