Hardcode base16-monokai colors for rofi

Although I'm sure it's *possible* to use the colors from Stylix in my
custom theme with Nix, it may take some time for me to figure out how.
Pull requests welcome.
This commit is contained in:
Donovan Glover 2023-05-12 15:56:51 -04:00
parent d01d1fe7db
commit a2a9d9b4dd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -16,7 +16,7 @@
fg1: #f5f5f580; fg1: #f5f5f580;
background-color: transparent; background-color: transparent;
foreground: #fff; foreground: #f8f8f2;
text-color: @fg0; text-color: @fg0;
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
@ -26,7 +26,7 @@ window {
fullscreen: true; fullscreen: true;
padding: 1em; padding: 1em;
background-color: @bg0; background-color: @bg0;
background-color: rgba(0, 0, 0, 0.9); background-color: rgba(39, 40, 34, 0.9);
} }
mainbox { mainbox {
@ -63,10 +63,8 @@ entry {
} }
listview { listview {
/*margin: 48px calc( 50% - 560px );*/ margin: 48px calc( 50% - 560px );
margin: 86px calc( 50% - 560px );
spacing: 48px; spacing: 48px;
/*columns: 5;*/
columns: 5; columns: 5;
fixed-columns: true; fixed-columns: true;
} }
@ -84,7 +82,7 @@ element {
} }
element selected { element selected {
background-color: rgba(255, 255, 255, 0.5); background-color: rgba(248, 248, 242, 0.3);
} }
element-icon { element-icon {