/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */ @import "~/.config/shared/Colors.css"; * { background-color: transparent; color: @text; font-family: "JetBrainsMono Nerd Font", monospace; font-size: 12pt; } #main { background-color: @base; border: 1px solid @surface0; border-radius: 30px; /* Rounded corners */ padding: 20px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } #input { background-color: @surface0; color: @text; border: 1px solid @surface1; border-radius: 30px; /* Rounded corners */ padding: 5px 10px; margin-bottom: 10px; } #entry { background-color: rgba( 200, 200, 200, 0.6 ); /* very light grey, very transparent */ color: @text; border-radius: 30px; padding: 5px 10px; margin: 2px 0; } #entry:focus { background-color: @surface0; color: @lavender; border-radius: 30px; /* Rounded corners */ } #entry:selected { background-color: @surface0; color: @text; border-radius: 30px; /* Rounded corners */ } #scrollbar { background-color: @surface0; border-radius: 30px; /* Rounded corners */ width: 8px; } #scrollbar.handle { background-color: @blue; border-radius: 30px; /* Rounded corners */ }