mirror of
https://github.com/H3rmt/hyprshell.git
synced 2026-02-05 01:57:04 +08:00
16 lines
387 B
CSS
16 lines
387 B
CSS
:root {
|
|
--border-color: rgba(75, 75, 90, 0.8);
|
|
--border-color-active: rgba(189, 147, 249, 0.9);
|
|
|
|
--bg-color: rgba(40, 42, 54, 0.8);
|
|
--bg-color-hover: rgba(53, 55, 70, 0.9);
|
|
|
|
--border-radius: 12px;
|
|
--border-size: 3px;
|
|
--border-style: solid;
|
|
|
|
--text-color: rgba(248, 248, 242, 1);
|
|
|
|
--window-padding: 2px;
|
|
--bg-window-color: rgba(42, 47, 66, 0.95);
|
|
} |