diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-03 14:39:07 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-03 14:39:07 -0600 |
commit | e9dc4c1090abb01317847c417b75d3960f3da34d (patch) | |
tree | 2fb84cf24675f1294f9f7a33ea949d514844c6f1 /config/linux/wofi | |
parent | 969f76a8238e2d43a25740c8272bf635d436f0d3 (diff) |
only install platform-appropriate configs based on uname
Diffstat (limited to 'config/linux/wofi')
-rw-r--r-- | config/linux/wofi/style.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/config/linux/wofi/style.css b/config/linux/wofi/style.css new file mode 100644 index 0000000..abf8ae8 --- /dev/null +++ b/config/linux/wofi/style.css @@ -0,0 +1,37 @@ +window { + background: #eff0f2; + color: #4a4b4e; + font-family: Noto Sans, JetBrainsMono Nerd Font; + font-size: 10pt; + border: 1px solid #dee2e0; +} + +#input { + padding: 2px; + margin: 5px; + border: 0; + border-radius: 0; +} + +#input:active { + border: 0; +} + +#inner-box { +} + +#outer-box { +} + +#scroll { + padding: 2px; + margin: 5px; +} + +#text { + color: #4a4b4e; +} + +#entry:selected { + background: #dee2e0; +} |