Rename Royal Sky to Oxide

This commit is contained in:
Diki Ananta 2018-02-14 14:48:33 +07:00
parent 4615de2a01
commit 1f71f399ce
No known key found for this signature in database
GPG key ID: 833E0D264B13927C
2 changed files with 40 additions and 40 deletions

View file

@ -4,8 +4,8 @@
#### flat-orange #### flat-orange
![flat_orange](https://53280.de/rofi/flat_orange.png) ![flat_orange](https://53280.de/rofi/flat_orange.png)
#### royal-sky #### oxide
![royal_sky](https://53280.de/rofi/royal_blue.png) ![oxide](https://53280.de/rofi/oxide.png)
#### solarized-darker #### solarized-darker
![solarized_darker](https://53280.de/rofi/solarized_darker.png) ![solarized_darker](https://53280.de/rofi/solarized_darker.png)

View file

@ -1,56 +1,56 @@
/** /**
* Royal Sky Color theme * Oxide Color theme
* User: dikiaap * User: dikiaap
* Copyright: Diki Ananta * Copyright: Diki Ananta
**/ **/
* { * {
selected-normal-foreground: rgba ( 249, 249, 249, 100 % ); selected-normal-foreground: @lightfg;
foreground: rgba ( 196, 202, 212, 100 % ); foreground: rgba ( 196, 202, 212, 100 % );
normal-foreground: @foreground; normal-foreground: @foreground;
alternate-normal-background: rgba ( 42, 42, 42, 100 % ); alternate-normal-background: rgba ( 42, 42, 42, 100 % );
red: rgba ( 194, 65, 65, 100 % ); red: rgba ( 194, 65, 65, 100 % );
selected-urgent-foreground: rgba ( 249, 249, 249, 100 % ); selected-urgent-foreground: @lightfg;
blue: rgba ( 43, 131, 166, 100 % ); blue: rgba ( 43, 131, 166, 100 % );
urgent-foreground: rgba ( 249, 249, 249, 100 % ); urgent-foreground: @lightfg;
alternate-urgent-background: rgba ( 194, 65, 65, 100 % ); alternate-urgent-background: @red;
active-foreground: rgba ( 249, 249, 249, 100 % ); active-foreground: @lightfg;
lightbg: rgba ( 196, 202, 212, 100 % ); lightbg: @foreground;
selected-active-foreground: rgba ( 249, 249, 249, 100 % ); selected-active-foreground: @lightfg;
alternate-active-background: rgba ( 43, 131, 166, 100 % ); alternate-active-background: @blue;
background: rgba ( 33, 33, 33, 100 % ); background: rgba ( 33, 33, 33, 100 % );
alternate-normal-foreground: @foreground; alternate-normal-foreground: @foreground;
normal-background: rgba ( 33, 33, 33, 100 % ); normal-background: @background;
lightfg: rgba ( 249, 249, 249, 100 % ); lightfg: rgba ( 249, 249, 249, 100 % );
selected-normal-background: rgba ( 90, 90, 90, 100 % ); selected-normal-background: rgba ( 90, 90, 90, 100 % );
border-color: @foreground; border-color: @foreground;
spacing: 2; spacing: 2;
separatorcolor: rgba ( 183, 183, 183, 100 % ); separatorcolor: rgba ( 183, 183, 183, 100 % );
urgent-background: rgba ( 194, 65, 65, 100 % ); urgent-background: @red;
selected-urgent-background: rgba ( 214, 78, 78, 100 % ); selected-urgent-background: rgba ( 214, 78, 78, 100 % );
alternate-urgent-foreground: @urgent-foreground; alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % ); background-color: rgba ( 0, 0, 0, 0 % );
alternate-active-foreground: @active-foreground; alternate-active-foreground: @active-foreground;
active-background: rgba ( 43, 131, 166, 100 % ); active-background: @blue;
selected-active-background: rgba ( 39, 141, 182, 100 % ); selected-active-background: rgba ( 39, 141, 182, 100 % );
} }
#window { window {
background-color: @background; background-color: @background;
border: 0; border: 0;
padding: 8; padding: 8;
} }
#mainbox { mainbox {
border: 0; border: 0;
padding: 0; padding: 0;
} }
#message { message {
border: 2px dash 0px 0px; border: 2px dash 0px 0px;
border-color: @separatorcolor; border-color: @separatorcolor;
padding: 1px; padding: 1px;
} }
#textbox { textbox {
text-color: @foreground; text-color: @foreground;
} }
#listview { listview {
fixed-height: 0; fixed-height: 0;
border: 0; border: 0;
border-color: @separatorcolor; border-color: @separatorcolor;
@ -58,86 +58,86 @@
scrollbar: true; scrollbar: true;
padding: 2px 0px 0px; padding: 2px 0px 0px;
} }
#element { element {
border: 0; border: 0;
padding: 1px; padding: 1px;
} }
#element.normal.normal { element normal.normal {
background-color: @normal-background; background-color: @normal-background;
text-color: @normal-foreground; text-color: @normal-foreground;
} }
#element.normal.urgent { element normal.urgent {
background-color: @urgent-background; background-color: @urgent-background;
text-color: @urgent-foreground; text-color: @urgent-foreground;
} }
#element.normal.active { element normal.active {
background-color: @active-background; background-color: @active-background;
text-color: @active-foreground; text-color: @active-foreground;
} }
#element.selected.normal { element selected.normal {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @selected-normal-foreground; text-color: @selected-normal-foreground;
} }
#element.selected.urgent { element selected.urgent {
background-color: @selected-urgent-background; background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground; text-color: @selected-urgent-foreground;
} }
#element.selected.active { element selected.active {
background-color: @selected-active-background; background-color: @selected-active-background;
text-color: @selected-active-foreground; text-color: @selected-active-foreground;
} }
#element.alternate.normal { element alternate.normal {
background-color: @alternate-normal-background; background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground; text-color: @alternate-normal-foreground;
} }
#element.alternate.urgent { element alternate.urgent {
background-color: @alternate-urgent-background; background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground; text-color: @alternate-urgent-foreground;
} }
#element.alternate.active { element alternate.active {
background-color: @alternate-active-background; background-color: @alternate-active-background;
text-color: @alternate-active-foreground; text-color: @alternate-active-foreground;
} }
#scrollbar { scrollbar {
width: 4px; width: 4px;
border: 0; border: 0;
handle-color: rgba ( 85, 85, 85, 100 % ); handle-color: rgba ( 85, 85, 85, 100 % );
handle-width: 8px; handle-width: 8px;
padding: 0; padding: 0;
} }
#sidebar { sidebar {
border: 2px dash 0px 0px; border: 2px dash 0px 0px;
border-color: @separatorcolor; border-color: @separatorcolor;
} }
#button { button {
spacing: 0; spacing: 0;
text-color: @normal-foreground; text-color: @normal-foreground;
} }
#button.selected { button selected {
background-color: @selected-normal-background; background-color: @selected-normal-background;
text-color: @selected-normal-foreground; text-color: @selected-normal-foreground;
} }
#inputbar { inputbar {
spacing: 0px; spacing: 0px;
text-color: @normal-foreground; text-color: @normal-foreground;
padding: 1px; padding: 1px;
children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
} }
case-indicator {
#case-indicator {
spacing: 0; spacing: 0;
text-color: @normal-foreground; text-color: @normal-foreground;
} }
#entry { entry {
spacing: 0; spacing: 0;
text-color: @normal-foreground; text-color: @normal-foreground;
} }
#prompt { prompt {
spacing: 0; spacing: 0;
text-color: @normal-foreground; text-color: @normal-foreground;
} }
#textbox-prompt-colon { textbox-prompt-colon {
expand: false; expand: false;
str: ":";
margin: 0px 0.3000em 0.0000em 0.0000em; margin: 0px 0.3000em 0.0000em 0.0000em;
text-color: inherit; text-color: inherit;
} }