/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */ @import "~/.config/shared/Colors.css"; /* ========================= GLOBAL ========================= */ * { background-color: transparent; color: @text; font-family: "JetBrainsMono Nerd Font", monospace; font-size: 12pt; } /* ========================= WINDOW BORDER (RELIABLE) Wofi-safe fake border system ========================= */ #window { background: linear-gradient(45deg, @blue, @green); border-radius: 28px; padding: 2px; /* border thickness */ box-shadow: 0 10px 30px rgba(0,0,0,0.5); } /* ========================= INNER CONTAINER ========================= */ #outer-box { background-color: rgba(30, 30, 46, 0.98); border-radius: 26px; padding: 12px; width: 400px; } /* IMPORTANT: remove duplicate inner styling (this was breaking layout) */ #inner-box { background: transparent; padding: 0; box-shadow: none; } /* ========================= INPUT ========================= */ #input { background-color: @surface0; color: @text; border: 1px solid @surface1; border-radius: 18px; padding: 8px 14px; margin-bottom: 10px; } #input:focus { border: 1px solid @blue; } /* ========================= ENTRIES ========================= */ #entry { background-color: rgba(0, 0, 0, 0.35); color: @subtext1; border-radius: 18px; padding: 8px 14px; margin: 2px 0; } /* hover / focus */ #entry:focus { background-color: rgba(0, 0, 0, 0.5); color: @lavender; } /* ========================= SELECTED (GRADIENT) ========================= */ #entry:selected { background: linear-gradient(45deg, @blue, @green); color: @base; font-weight: bold; } /* ========================= ICONS ========================= */ #entry image { margin-right: 10px; opacity: 0.85; } /* ========================= SCROLLBAR ========================= */ #scrollbar { background-color: @surface0; border-radius: 20px; width: 6px; } #scrollbar handle { background: linear-gradient(45deg, @blue, @green); border-radius: 20px; } /* ========================= PROMPT ========================= */ #prompt { color: @subtext0; margin-right: 6px; }