mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 02:53:39 -08:00
update doom config and add dekstop rofi-mpd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*Dracula theme based on the Purple official rofi theme*/
|
||||
|
||||
* {
|
||||
font: "Jetbrains Mono 12";
|
||||
font: "Jetbrains Mono 15";
|
||||
foreground: #f8f8f2;
|
||||
background: #282a36;
|
||||
active-background: #6272a4;
|
||||
@@ -16,9 +16,13 @@
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
border-radius: 6;
|
||||
border-radius: 16;
|
||||
border-color: @bordercolor;
|
||||
padding: 5;
|
||||
anchor: north;
|
||||
location: north;
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user