forked from extern/nix-config
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:
parent
d01d1fe7db
commit
a2a9d9b4dd
@ -16,7 +16,7 @@
|
||||
fg1: #f5f5f580;
|
||||
|
||||
background-color: transparent;
|
||||
foreground: #fff;
|
||||
foreground: #f8f8f2;
|
||||
text-color: @fg0;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
@ -26,7 +26,7 @@ window {
|
||||
fullscreen: true;
|
||||
padding: 1em;
|
||||
background-color: @bg0;
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
background-color: rgba(39, 40, 34, 0.9);
|
||||
}
|
||||
|
||||
mainbox {
|
||||
@ -63,10 +63,8 @@ entry {
|
||||
}
|
||||
|
||||
listview {
|
||||
/*margin: 48px calc( 50% - 560px );*/
|
||||
margin: 86px calc( 50% - 560px );
|
||||
margin: 48px calc( 50% - 560px );
|
||||
spacing: 48px;
|
||||
/*columns: 5;*/
|
||||
columns: 5;
|
||||
fixed-columns: true;
|
||||
}
|
||||
@ -84,7 +82,7 @@ element {
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
background-color: rgba(248, 248, 242, 0.3);
|
||||
}
|
||||
|
||||
element-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user