aboutsummaryrefslogtreecommitdiff
path: root/home/wm/wofi/style.css
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-09 12:22:55 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-09 12:22:55 -0700
commit4e325d70dbd783526f76491e5bbba40fcd6edd5b (patch)
tree87c972254a73ebf296a9137641395a281499e1b9 /home/wm/wofi/style.css
parentadd a few more packages for home/ (diff)
downloadinfra-4e325d70dbd783526f76491e5bbba40fcd6edd5b.tar.gz
delete configuration related to colors
Setting colors is hard, and it's an easy way to waste time. The only color settings I keep are the ones related to waybar, to make sure it does not look like a Christmas tree. Which means that most applications are going to use their default theme, and I'm OK with that.
Diffstat (limited to '')
-rw-r--r--home/wm/wofi/style.css43
1 files changed, 0 insertions, 43 deletions
diff --git a/home/wm/wofi/style.css b/home/wm/wofi/style.css
deleted file mode 100644
index bf6f2aa..0000000
--- a/home/wm/wofi/style.css
+++ /dev/null
@@ -1,43 +0,0 @@
-*{
- font-family: monospace;
-}
-
-window {
- color: #5E81AC;
- background-color: rgba(27, 27, 28, 0.92);
- border: 2px solid #75d5ff;
-}
-
-#input {
- margin: 10px 0px;
- border-radius: 0px;
- border: none;
- background: transparent;
- color: white;
-}
-
-#inner-box {
- background-color: transparent;
-}
-
-#outer-box {
- margin: 0px;
- padding:5px;
- background-color: transparent;
-}
-
-#text {
- padding: 5px;
- color: white;
-}
-
-#entry:selected {
- color: #75d5ff;
- background-color: transparent;
- border: 0px;
-}
-
-#text:selected {
- color: #75d5ff;
- background-color: transparent;
-}