Skip to content

Commit

Permalink
fix default rofi color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fogine committed Nov 8, 2022
1 parent c56f8d7 commit 2bcaee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rofi-search
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ function getDefaultSearchMethod() {
* @return {String}
*/
function getDefaultThemeStr() {
return '*{darker:#303030;lighter:rgba(38,38,38,100%);highlight:#404040;separatorcolor:var(darker);scrollbarcolor:var(highlight);border-color:var(darker);normal-foreground:var(foreground);background:var(lighter);active-background:var(darker);normal-background:var(darker);urgent-background:var(darker);selected-normal-background:var(highlight);alternate-normal-background:var(darker);alternate-active-background:var(darker);alternate-normal-foreground:var(foreground);alternate-active-foreground:var(active-foreground);alternate-urgent-foreground:var(urgent-foreground);/**/red:rgba(220,50,47,100%);selected-active-foreground:rgba(56,168,242,100%);lightfg:rgba(88,104,117,100%);urgent-foreground:rgba(243,132,61,100%);alternate-urgent-background:rgba(38,38,38,100%);lightbg:rgba(238,232,213,100%);spacing:2;background-color:rgba(0,0,0,0%);active-foreground:rgba(0,85,119,100%);blue:rgba(38,139,210,100%);selected-active-background:rgba(0,85,119,100%);selected-normal-foreground:rgba(255,255,255,100%);foreground:rgba(255,255,255,100%);selected-urgent-background:rgba(0,85,119,100%);selected-urgent-foreground:rgba(243,132,61,100%);}window{padding:5;background-color:var(background);border:1;width:100%;height:50%;anchor:south;location:south;}mainbox{padding:0;border:0;}message{padding:10px1px;border-color:var(separatorcolor);border:2pxsolid0px0px0px;}textbox{text-color:var(foreground);}listview{padding:2px0px0px;scrollbar:true;border-color:var(separatorcolor);spacing:5px;fixed-height:0;border:0px0px0px0px;}element{padding:10px;border:0;highlight:boldunderline#96CAE4;}elementnormal.normal{background-color:var(normal-background);text-color:var(normal-foreground);}elementnormal.urgent{background-color:var(urgent-background);text-color:var(urgent-foreground);}elementnormal.active{background-color:var(active-background);text-color:var(active-foreground);}elementselected.normal{background-color:var(selected-normal-background);text-color:var(selected-normal-foreground);}elementselected.urgent{background-color:var(selected-urgent-background);text-color:var(selected-urgent-foreground);}elementselected.active{background-color:var(selected-active-background);text-color:var(selected-active-foreground);}elementalternate.normal{background-color:var(alternate-normal-background);text-color:var(alternate-normal-foreground);}elementalternate.urgent{background-color:var(alternate-urgent-background);text-color:var(alternate-urgent-foreground);}elementalternate.active{background-color:var(alternate-active-background);text-color:var(alternate-active-foreground);}scrollbar{width:4px;padding:0;handle-width:8px;border:0;handle-color:var(scrollbarcolor);}mode-switcher{border-color:var(separatorcolor);border:2pxdash0px0px;}button{spacing:0;text-color:var(normal-foreground);}buttonselected{background-color:var(selected-normal-background);text-color:var(selected-normal-foreground);}inputbar{padding:1px;spacing:0px;text-color:var(normal-foreground);children:[prompt,textbox-prompt-colon,entry,overlay,case-indicator];}case-indicator{spacing:0;text-color:var(normal-foreground);}entry{spacing:0;text-color:var(normal-foreground);}prompt{spacing:0;text-color:var(normal-foreground);}textbox-prompt-colon{margin:0px0.3000em0.0000em0.0000em;expand:false;str:":";text-color:inherit;}error-message{background-color:rgba(0,0,0,0%);text-color:var(normal-foreground);}';
return '*{darker:#303030;lighter:rgba(38,38,38,100%);highlight:#404040;urgent-highlight:#404040;urgent-darker:#303030;separatorcolor:var(darker);scrollbarcolor:var(highlight);border-color:var(darker);normal-foreground:var(foreground);background:var(lighter);active-background:var(darker);normal-background:var(darker);urgent-background:var(urgent-darker);selected-normal-background:var(highlight);alternate-normal-background:var(darker);alternate-active-background:var(darker);alternate-normal-foreground:var(foreground);alternate-active-foreground:var(active-foreground);alternate-urgent-foreground:var(urgent-foreground);red:rgba(220,50,47,100%);selected-active-foreground:rgba(56,168,242,100%);lightfg:rgba(88,104,117,100%);urgent-foreground:rgba(255,255,255,100%);alternate-urgent-background:var(urgent-darker);lightbg:rgba(238,232,213,100%);spacing:2;background-color:rgba(0,0,0,0%);active-foreground:rgba(0,85,119,100%);blue:rgba(38,139,210,100%);selected-active-background:rgba(0,85,119,100%);selected-normal-foreground:rgba(255,255,255,100%);foreground:rgba(255,255,255,100%);selected-urgent-background:var(urgent-highlight);selected-urgent-foreground:rgba(255,255,255,100%);}element-text{background-color:inherit;text-color:inherit;}window{padding:5;background-color:var(background);border:1;width:100%;height:50%;anchor:south;location:south;}mainbox{padding:0;border:0;}message{padding:10px1px;border-color:var(separatorcolor);border:2pxsolid0px0px0px;}textbox{text-color:var(foreground);}listview{padding:2px0px0px;scrollbar:true;border-color:var(separatorcolor);spacing:5px;fixed-height:0;border:0px0px0px0px;}element{padding:10px;border:0;highlight:boldunderline#7bd3ff;}elementnormal.normal{background-color:var(normal-background);text-color:var(normal-foreground);}elementnormal.urgent{background-color:var(urgent-background);text-color:var(urgent-foreground);}elementnormal.active{background-color:var(active-background);text-color:var(active-foreground);}elementselected.normal{background-color:var(selected-normal-background);text-color:var(selected-normal-foreground);}elementselected.urgent{background-color:var(selected-urgent-background);text-color:var(selected-urgent-foreground);}elementselected.active{background-color:var(selected-active-background);text-color:var(selected-active-foreground);}elementalternate.normal{background-color:var(alternate-normal-background);text-color:var(alternate-normal-foreground);}elementalternate.urgent{background-color:var(alternate-urgent-background);text-color:var(alternate-urgent-foreground);}elementalternate.active{background-color:var(alternate-active-background);text-color:var(alternate-active-foreground);}scrollbar{width:4px;padding:0;handle-width:8px;border:0;handle-color:var(scrollbarcolor);}mode-switcher{border-color:var(separatorcolor);border:2pxdash0px0px;}button{spacing:0;text-color:var(normal-foreground);}buttonselected{background-color:var(selected-normal-background);text-color:var(selected-normal-foreground);}inputbar{padding:1px;spacing:0px;text-color:var(normal-foreground);children:[prompt,textbox-prompt-colon,entry,overlay,case-indicator];}case-indicator{spacing:0;text-color:var(normal-foreground);}entry{spacing:0;text-color:var(normal-foreground);}prompt{spacing:0;text-color:var(normal-foreground);}textbox-prompt-colon{margin:0px0.3000em0.0000em0.0000em;expand:false;str:":";text-color:inherit;}error-message{background-color:rgba(0,0,0,0%);text-color:var(normal-foreground);}';
}

main();

0 comments on commit 2bcaee5

Please sign in to comment.