mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
57 lines
No EOL
613 B
CSS
57 lines
No EOL
613 B
CSS
:root {
|
|
--border-color: rgba(90, 90, 120, 0.4);
|
|
--border-color-active: rgba(239, 9, 9, 0.9);
|
|
|
|
--bg-color: rgba(20, 20, 20, 0.9);
|
|
--bg-color-hover: rgba(40, 40, 50, 1);
|
|
|
|
--border-radius: 12px;
|
|
--border-size: 3px;
|
|
--border-style: solid;
|
|
--border-style-secondary: dashed;
|
|
|
|
--text-color: rgba(245, 245, 245, 1);
|
|
|
|
--window-padding: 2px;
|
|
}
|
|
|
|
.window {
|
|
}
|
|
|
|
|
|
.monitor {
|
|
}
|
|
|
|
.workspace {
|
|
}
|
|
|
|
.client {
|
|
}
|
|
|
|
.client-image {
|
|
}
|
|
|
|
|
|
.launcher {
|
|
}
|
|
|
|
.launcher-input {
|
|
}
|
|
|
|
.launcher-results {
|
|
}
|
|
|
|
.launcher-item {
|
|
}
|
|
|
|
.launcher-exec {
|
|
}
|
|
|
|
.launcher-key {
|
|
}
|
|
|
|
.launcher-plugins {
|
|
}
|
|
|
|
.launcher-plugin {
|
|
} |