Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * rofi -dump-theme output.
- * Rofi version: 1.7.3-dev
- **/
- * {
- selected-urgent-foreground: var(foreground);
- red: rgba ( 241, 93, 34, 100 % );
- selected-active-foreground: var(foreground);
- catpuccin: rgba ( 171, 233, 179, 100 % );
- separatorcolor: var(orange);
- urgent-foreground: var(foreground);
- alternate-urgent-background: var(background);
- lightbg: rgba ( 83, 76, 72, 100 % );
- background-color: rgba ( 78, 71, 67, 100 % );
- bordercolor: var(foreground);
- normal-background: var(background);
- selected-urgent-background: var(red);
- alternate-active-background: var(blue);
- active-foreground: var(foreground);
- blue: rgba ( 72, 185, 199, 100 % );
- selected-normal-foreground: var(foreground);
- urgent-background: var(red);
- alternate-normal-foreground: var(foreground);
- selected-active-background: var(blue);
- black-foreground: Black;
- spacing: 2;
- active-background: var(orange);
- alternate-active-foreground: var(foreground);
- alternate-normal-background: var(background);
- selected-normal-background: var(blue);
- orange: rgba ( 250, 164, 26, 100 % );
- alternate-urgent-foreground: var(foreground);
- normal-foreground: var(foreground);
- text-color: rgba ( 242, 242, 242, 100 % );
- }
- window {
- transparency: "real";
- background-color: var(background-color);
- padding: 5;
- border-color: var(orange);
- border: 0;
- text-color: var(orange);
- border-radius: 14px ;
- }
- mainbox {
- padding: 1.0000% ;
- background-color: transparent;
- border: 0.0000% ;
- spacing: 1.0000% ;
- border-radius: 0.0000% ;
- children: [ "inputbar","listview" ];
- }
- message {
- padding: 2px 0px 0px ;
- border: 1px dash 0px 0px ;
- text-color: var(orange);
- }
- textbox {
- text-color: var(orange);
- }
- prompt {
- padding: 0.2500% 0.7500% ;
- enabled: true;
- background-color: var(catpuccin);
- font: "Jet Brains Mono Regular 14";
- text-color: var(black-foreground);
- border-radius: 5.0000% ;
- }
- inputbar {
- border: 0px ;
- spacing: 0;
- text-color: var(orange);
- children: [ "prompt","textbox-prompt-colon","entry","case-indicator" ];
- }
- textbox-prompt-colon {
- margin: 0px 0.3000em 0.0000em 0.0000em ;
- expand: false;
- str: " ::";
- text-color: var(text-color);
- }
- listview {
- padding: 2px 0px 0px ;
- text-color: var(orange);
- columns: 2;
- lines: 10;
- spacing: 1.0000% ;
- fixed-height: 0;
- border: 2px 0px 0px ;
- }
- element {
- background-color: transparent;
- border: 0;
- text-color: White;
- }
- element selected {
- background-color: transparent;
- text-color: var(catpuccin);
- border: 0.0000% ;
- border-radius: 4px ;
- }
- element-icon {
- size: 32px ;
- text-color: inherit;
- }
- element-text {
- background-color: transparent;
- text-color: inherit;
- }
- button normal {
- text-color: var(orange);
- }
Advertisement
Add Comment
Please, Sign In to add comment