aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-10-22 22:53:52 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-10-22 22:53:52 +0900
commit8b2a74a99e4e144084f162e22709ff0081646149 (patch)
tree51ce9ea96d1b68659e3ffaf869917a608da745e5 /config
parent8651aa43f93c513a23728c987d6aa9cf289aa1bf (diff)
fixed symlinks.. grrrrr
Diffstat (limited to 'config')
-rw-r--r--config/wofi/styles/style-dark.css70
1 files changed, 69 insertions, 1 deletions
diff --git a/config/wofi/styles/style-dark.css b/config/wofi/styles/style-dark.css
index 27b037ae..7f8419eb 100644
--- a/config/wofi/styles/style-dark.css
+++ b/config/wofi/styles/style-dark.css
@@ -1 +1,69 @@
-This will be symlink file and will be corrected using script \ No newline at end of file
+*{
+font-family: "JetBrainsMono Nerd Font";
+min-height: 0;
+font-size: 100%;
+font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
+padding: 0px;
+margin-top: 1px;
+margin-bottom: 1px;
+}
+
+
+#window {
+ /*background-color: --wofi-color0;*/
+ background-color: rgba(50, 50, 50, 0.6);
+ color: --wofi-color2;
+ /*border: 2px solid --wofi-color1;*/
+ border-radius: 0px;
+}
+
+#outer-box {
+ padding: 10px;
+}
+
+#input {
+ background-color: --wofi-color1;
+ /*border: 1px solid --wofi-color3;*/
+ padding: 4px 6px;
+}
+
+#scroll {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+#inner-box {
+}
+
+#img {
+ padding-right: 5px;
+}
+
+#text {
+ color: --wofi-color2;
+}
+
+#text:selected {
+ color: --wofi-color0;
+}
+
+#entry {
+ padding: 3px;
+}
+
+#entry:selected {
+ background-color: --wofi-color3;
+ background: linear-gradient(90deg, #89b4fa, #b4befe, #89b4fa);
+ color: --wofi-color0;
+}
+
+#unselected {
+}
+
+#selected {
+}
+
+#input, #entry:selected {
+ border-radius: 10px;
+ border: 1px solid #b4befe;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage