Rofi Font Changed & Fixed

This commit is contained in:
Tyler Kelley 2024-01-15 12:47:20 -06:00
parent e1cf106093
commit 8acde59388

View File

@ -5,7 +5,7 @@
@theme "/dev/null" @theme "/dev/null"
* { * {
bg: #${base00}; bg: #${config.colorScheme.colors.base00};
background-color: @bg; background-color: @bg;
} }
@ -13,7 +13,7 @@
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
location: 0; location: 0;
font: "JetBrainsMono Nerd Font 12"; font: "Ubuntu 12";
display-drun: "Launch:"; display-drun: "Launch:";
} }
@ -21,7 +21,7 @@
width: 35%; width: 35%;
transparency: "real"; transparency: "real";
orientation: vertical; orientation: vertical;
border-color: #${base0B}; border-color: #${config.colorScheme.colors.base0B};
border-radius: 5px; border-radius: 5px;
} }
@ -35,12 +35,12 @@
element { element {
padding: 4 12; padding: 4 12;
text-color: #${base05}; text-color: #${config.colorScheme.colors.base05};
} }
element selected { element selected {
text-color: #${base01}; text-color: #${config.colorScheme.colors.base01};
background-color: #${base0B}; background-color: #${config.colorScheme.colors.base0B};
} }
element-text { element-text {
@ -69,7 +69,7 @@
//------------------------------------------------ //------------------------------------------------
entry { entry {
text-color: #${base05}; text-color: #${config.colorScheme.colors.base05};
padding: 10 10 0 0; padding: 10 10 0 0;
margin: 0 -2 0 0; margin: 0 -2 0 0;
} }
@ -81,7 +81,7 @@
} }
prompt { prompt {
text-color: #${base0D}; text-color: #${config.colorScheme.colors.base0D};
padding: 10 6 0 10; padding: 10 6 0 10;
margin: 0 -2 0 0; margin: 0 -2 0 0;
} }