Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Clean Formatting #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
72 changes: 36 additions & 36 deletions Official Themes/Adapta-Nokto.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
********************************************************************************/

* {
selected-normal-foreground: rgba ( 250, 251, 252, 100 % );
foreground: rgba ( 250, 251, 252, 100 % );
selected-normal-foreground: rgba ( 250, 251, 252, 100% );
foreground: rgba ( 250, 251, 252, 100% );
normal-foreground: @foreground;
alternate-normal-background: rgba ( 69, 90, 100, 100 % );
red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 253, 246, 227, 100 % );
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 255, 82, 82, 100 % );
alternate-urgent-background: rgba ( 69, 90, 100, 100 % );
active-foreground: rgba ( 0, 188, 212, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 253, 246, 227, 100 % );
alternate-active-background: rgba ( 69, 90, 100, 100 % );
background: rgba ( 58, 76, 84, 100 % );
bordercolor: rgba ( 42, 55, 62, 100 % );
alternate-normal-background: rgba ( 69, 90, 100, 100% );
red: rgba ( 220, 50, 47, 100% );
selected-urgent-foreground: rgba ( 253, 246, 227, 100% );
blue: rgba ( 38, 139, 210, 100% );
urgent-foreground: rgba ( 255, 82, 82, 100% );
alternate-urgent-background: rgba ( 69, 90, 100, 100% );
active-foreground: rgba ( 0, 188, 212, 100% );
lightbg: rgba ( 238, 232, 213, 100% );
selected-active-foreground: rgba ( 253, 246, 227, 100% );
alternate-active-background: rgba ( 69, 90, 100, 100% );
background: rgba ( 58, 76, 84, 100% );
bordercolor: rgba ( 42, 55, 62, 100% );
alternate-normal-foreground: @foreground;
normal-background: rgba ( 69, 90, 100, 100 % );
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: rgba ( 0, 188, 212, 100 % );
normal-background: rgba ( 69, 90, 100, 100% );
lightfg: rgba ( 88, 104, 117, 100% );
selected-normal-background: rgba ( 0, 188, 212, 100% );
border-color: @foreground;
spacing: 2;
separatorcolor: rgba ( 195, 198, 200, 100 % );
urgent-background: rgba ( 69, 90, 100, 100 % );
selected-urgent-background: rgba ( 255, 82, 82, 100 % );
spacing: 2px;
separatorcolor: rgba ( 195, 198, 200, 100% );
urgent-background: rgba ( 69, 90, 100, 100% );
selected-urgent-background: rgba ( 255, 82, 82, 100% );
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % );
background-color: rgba ( 0, 0, 0, 0% );
alternate-active-foreground: @active-foreground;
active-background: rgba ( 69, 90, 100, 100 % );
selected-active-background: rgba ( 0, 150, 136, 100 % );
active-background: rgba ( 69, 90, 100, 100% );
selected-active-background: rgba ( 0, 150, 136, 100% );
}
#window {
background-color: @background;
Expand All @@ -46,24 +46,24 @@
padding: 0;
}
#message {
border: 1px dash 0px 0px ;
border: 1px dash 0px 0px;
border-color: @separatorcolor;
padding: 1px ;
padding: 1px;
}
#textbox {
text-color: @foreground;
}
#listview {
fixed-height: 0;
border: 2px dash 0px 0px ;
border: 2px dash 0px 0px;
border-color: @separatorcolor;
spacing: 2px ;
spacing: 2px;
scrollbar: true;
padding: 2px 0px 0px ;
padding: 2px 0px 0px;
}
#element {
border: 0;
padding: 1px ;
padding: 1px;
}
#element.normal.normal {
background-color: @normal-background;
Expand Down Expand Up @@ -102,13 +102,13 @@
text-color: @alternate-active-foreground;
}
#scrollbar {
width: 4px ;
width: 4px;
border: 0;
handle-width: 8px ;
handle-width: 8px;
padding: 0;
}
#sidebar {
border: 2px dash 0px 0px ;
border: 2px dash 0px 0px;
border-color: @separatorcolor;
}
#button.selected {
Expand All @@ -118,7 +118,7 @@
#inputbar {
spacing: 0;
text-color: @normal-foreground;
padding: 1px ;
padding: 1px;
}
#case-indicator {
spacing: 0;
Expand All @@ -133,11 +133,11 @@
text-color: @normal-foreground;
}
#inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
#textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
margin: 0px 0.3em 0em 0em;
text-color: @normal-foreground;
}
70 changes: 35 additions & 35 deletions Official Themes/Arc-Dark.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@
***********************************************/

* {
selected-normal-foreground: rgba ( 249, 249, 249, 100 % );
foreground: rgba ( 196, 203, 212, 100 % );
selected-normal-foreground: rgba ( 249, 249, 249, 100% );
foreground: rgba ( 196, 203, 212, 100% );
normal-foreground: @foreground;
alternate-normal-background: rgba ( 64, 69, 82, 59 % );
red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 249, 249, 249, 100 % );
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 204, 102, 102, 100 % );
alternate-urgent-background: rgba ( 75, 81, 96, 90 % );
active-foreground: rgba ( 101, 172, 255, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 249, 249, 249, 100 % );
alternate-active-background: rgba ( 75, 81, 96, 89 % );
background: rgba ( 45, 48, 59, 95 % );
alternate-normal-background: rgba ( 64, 69, 82, 59% );
red: rgba ( 220, 50, 47, 100% );
selected-urgent-foreground: rgba ( 249, 249, 249, 100% );
blue: rgba ( 38, 139, 210, 100% );
urgent-foreground: rgba ( 204, 102, 102, 100% );
alternate-urgent-background: rgba ( 75, 81, 96, 90% );
active-foreground: rgba ( 101, 172, 255, 100% );
lightbg: rgba ( 238, 232, 213, 100% );
selected-active-foreground: rgba ( 249, 249, 249, 100% );
alternate-active-background: rgba ( 75, 81, 96, 89% );
background: rgba ( 45, 48, 59, 95% );
alternate-normal-foreground: @foreground;
normal-background: @background;
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: rgba ( 64, 132, 214, 100 % );
border-color: rgba ( 124, 131, 137, 100 % );
spacing: 2;
separatorcolor: rgba ( 29, 31, 33, 100 % );
urgent-background: rgba ( 29, 31, 33, 17 % );
selected-urgent-background: rgba ( 165, 66, 66, 100 % );
lightfg: rgba ( 88, 104, 117, 100% );
selected-normal-background: rgba ( 64, 132, 214, 100% );
border-color: rgba ( 124, 131, 137, 100% );
spacing: 2px;
separatorcolor: rgba ( 29, 31, 33, 100% );
urgent-background: rgba ( 29, 31, 33, 17% );
selected-urgent-background: rgba ( 165, 66, 66, 100% );
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % );
background-color: rgba ( 0, 0, 0, 0% );
alternate-active-foreground: @active-foreground;
active-background: rgba ( 29, 31, 33, 17 % );
selected-active-background: rgba ( 68, 145, 237, 100 % );
active-background: rgba ( 29, 31, 33, 17% );
selected-active-background: rgba ( 68, 145, 237, 100% );
}
#window {
background-color: @background;
Expand All @@ -44,24 +44,24 @@
padding: 0;
}
#message {
border: 2px 0px 0px ;
border: 2px 0px 0px;
border-color: @separatorcolor;
padding: 1px ;
padding: 1px;
}
#textbox {
text-color: @foreground;
}
#listview {
fixed-height: 0;
border: 2px 0px 0px ;
border: 2px 0px 0px;
border-color: @separatorcolor;
spacing: 2px ;
spacing: 2px;
scrollbar: true;
padding: 2px 0px 0px ;
padding: 2px 0px 0px;
}
#element {
border: 0;
padding: 1px ;
padding: 1px;
}
#element.normal.normal {
background-color: @normal-background;
Expand Down Expand Up @@ -100,14 +100,14 @@
text-color: @alternate-active-foreground;
}
#scrollbar {
width: 4px ;
width: 4px;
border: 0;
handle-color: @normal-foreground;
handle-width: 8px ;
handle-width: 8px;
padding: 0;
}
#sidebar {
border: 2px 0px 0px ;
border: 2px 0px 0px;
border-color: @separatorcolor;
}
#button {
Expand All @@ -121,7 +121,7 @@
#inputbar {
spacing: 0;
text-color: @normal-foreground;
padding: 1px ;
padding: 1px;
}
#case-indicator {
spacing: 0;
Expand All @@ -136,11 +136,11 @@
text-color: @normal-foreground;
}
#inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
#textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
margin: 0px 0.3em 0em 0em;
text-color: @normal-foreground;
}
70 changes: 35 additions & 35 deletions Official Themes/Arc.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
*******************************************************************************/

* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 82, 93, 118, 100 % );
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
foreground: rgba ( 82, 93, 118, 100% );
normal-foreground: @foreground;
alternate-normal-background: rgba ( 245, 245, 245, 100 % );
red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 220, 50, 47, 100 % );
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 220, 50, 47, 100 % );
alternate-urgent-background: rgba ( 245, 245, 245, 100 % );
active-foreground: rgba ( 194, 202, 208, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 194, 202, 208, 100 % );
alternate-active-background: rgba ( 245, 245, 245, 100 % );
background: rgba ( 255, 255, 255, 100 % );
bordercolor: rgba ( 245, 245, 245, 100 % );
alternate-normal-background: rgba ( 245, 245, 245, 100% );
red: rgba ( 220, 50, 47, 100% );
selected-urgent-foreground: rgba ( 220, 50, 47, 100% );
blue: rgba ( 38, 139, 210, 100% );
urgent-foreground: rgba ( 220, 50, 47, 100% );
alternate-urgent-background: rgba ( 245, 245, 245, 100% );
active-foreground: rgba ( 194, 202, 208, 100% );
lightbg: rgba ( 238, 232, 213, 100% );
selected-active-foreground: rgba ( 194, 202, 208, 100% );
alternate-active-background: rgba ( 245, 245, 245, 100% );
background: rgba ( 255, 255, 255, 100% );
bordercolor: rgba ( 245, 245, 245, 100% );
alternate-normal-foreground: @foreground;
normal-background: rgba ( 255, 255, 255, 100 % );
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: rgba ( 82, 148, 226, 100 % );
normal-background: rgba ( 255, 255, 255, 100% );
lightfg: rgba ( 88, 104, 117, 100% );
selected-normal-background: rgba ( 82, 148, 226, 100% );
border-color: @foreground;
spacing: 2;
spacing: 2px;
separatorcolor: @foreground;
urgent-background: rgba ( 255, 255, 255, 100 % );
selected-urgent-background: rgba ( 82, 148, 226, 100 % );
urgent-background: rgba ( 255, 255, 255, 100% );
selected-urgent-background: rgba ( 82, 148, 226, 100% );
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % );
background-color: rgba ( 0, 0, 0, 0% );
alternate-active-foreground: @active-foreground;
active-background: rgba ( 255, 255, 255, 100 % );
selected-active-background: rgba ( 82, 148, 226, 100 % );
active-background: rgba ( 255, 255, 255, 100% );
selected-active-background: rgba ( 82, 148, 226, 100% );
}
#window {
background-color: @background;
Expand All @@ -45,24 +45,24 @@
padding: 0;
}
#message {
border: 2px 0px 0px ;
border: 2px 0px 0px;
border-color: @separatorcolor;
padding: 1px ;
padding: 1px;
}
#textbox {
text-color: @foreground;
}
#listview {
fixed-height: 0;
border: 2px 0px 0px ;
border: 2px 0px 0px;
border-color: @separatorcolor;
spacing: 2px ;
spacing: 2px;
scrollbar: true;
padding: 2px 0px 0px ;
padding: 2px 0px 0px;
}
#element {
border: 0;
padding: 1px ;
padding: 1px;
}
#element.normal.normal {
background-color: @normal-background;
Expand Down Expand Up @@ -101,13 +101,13 @@
text-color: @alternate-active-foreground;
}
#scrollbar {
width: 4px ;
width: 4px;
border: 0;
handle-width: 8px ;
handle-width: 8px;
padding: 0;
}
#sidebar {
border: 2px 0px 0px ;
border: 2px 0px 0px;
border-color: @separatorcolor;
}
#button.selected {
Expand All @@ -117,7 +117,7 @@
#inputbar {
spacing: 0;
text-color: @normal-foreground;
padding: 1px ;
padding: 1px;
}
#case-indicator {
spacing: 0;
Expand All @@ -132,11 +132,11 @@
text-color: @normal-foreground;
}
#inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
#textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
margin: 0px 0.3em 0em 0em;
text-color: @normal-foreground;
}