Regenerated
This commit is contained in:
+345
-379
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -4502,7 +4502,7 @@ This is the default layout for wofi
|
|||||||
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC css :tangle generated/.config/wofi/style.css :noweb yes :mkdirp yes :eval never
|
||||||
@import "~/.config/shared/Colors.css";
|
@import "~/.config/shared/Colors.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
font-family: "JetBrainsMono Nerd Font", monospace;
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||||
@import "~/.config/shared/Colors.css";
|
@import "~/.config/shared/Colors.css";
|
||||||
@import "~/.config/shared/Colors.css";
|
|
||||||
|
|
||||||
/* =========================
|
|
||||||
GLOBAL
|
|
||||||
========================= */
|
|
||||||
* {
|
* {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
@@ -12,40 +8,28 @@
|
|||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
|
||||||
WINDOW BORDER (STABLE)
|
|
||||||
========================= */
|
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MAIN PANEL */
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
background-color: rgba(30, 30, 46, 0.98); /* almost solid */
|
background-color: rgba(30, 30, 46, 0.98); /* almost solid */
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove conflicting layering */
|
|
||||||
#inner-box {
|
#inner-box {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
|
||||||
INPUT (STRONG + CLEAN)
|
|
||||||
========================= */
|
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
background-color: @surface1; /* stronger than surface0 */
|
background-color: @surface1; /* stronger than surface0 */
|
||||||
color: @text;
|
color: @text;
|
||||||
|
|
||||||
border: 1px solid @surface2;
|
border: 1px solid @surface2;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
|
|
||||||
padding: 10px 14px;
|
padding: 10px 14px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
@@ -55,63 +39,40 @@
|
|||||||
background-color: @surface2;
|
background-color: @surface2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
|
||||||
ENTRIES (BASE)
|
|
||||||
========================= */
|
|
||||||
|
|
||||||
#entry {
|
#entry {
|
||||||
background-color: rgba(0, 0, 0, 0.35);
|
background-color: rgba(0, 0, 0, 0.35);
|
||||||
color: @subtext1;
|
color: @subtext1;
|
||||||
|
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
padding: 10px 14px;
|
padding: 10px 14px;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
|
|
||||||
transition: all 0.15s ease;
|
transition: all 0.15s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hover */
|
|
||||||
#entry:hover {
|
#entry:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
|
||||||
FOCUS (keyboard navigation)
|
|
||||||
========================= */
|
|
||||||
|
|
||||||
#entry:focus {
|
#entry:focus {
|
||||||
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
background-color: @surface2;
|
background-color: @surface2;
|
||||||
color: @lavender;
|
color: @lavender;
|
||||||
|
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
|
||||||
SELECTED (CLEAR + STRONG)
|
|
||||||
========================= */
|
|
||||||
|
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
color: @base;
|
color: @base;
|
||||||
|
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
|
||||||
ICONS
|
|
||||||
========================= */
|
|
||||||
|
|
||||||
#entry image {
|
#entry image {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
|
||||||
SCROLLBAR
|
|
||||||
========================= */
|
|
||||||
|
|
||||||
#scrollbar {
|
#scrollbar {
|
||||||
background-color: @surface1;
|
background-color: @surface1;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
@@ -123,10 +84,6 @@
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================
|
|
||||||
PROMPT
|
|
||||||
========================= */
|
|
||||||
|
|
||||||
#prompt {
|
#prompt {
|
||||||
color: @subtext0;
|
color: @subtext0;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user