From c56ac76ea80daa2883d91afe580121591473504f Mon Sep 17 00:00:00 2001
From: Jordi Pakey-Rodriguez <jordi@0xdec.im>
Date: Sun, 30 Sep 2018 23:18:13 -0700
Subject: Update template formatting

---
 templates/default.mustache | 123 +++++++++++++++++++++++----------------------
 1 file changed, 63 insertions(+), 60 deletions(-)

(limited to 'templates')

diff --git a/templates/default.mustache b/templates/default.mustache
index 897434d..5c820e8 100644
--- a/templates/default.mustache
+++ b/templates/default.mustache
@@ -1,37 +1,40 @@
 /**
  * Base16 {{scheme-name}} ROFI Color theme
- * User: {{scheme-author}}
- * Copyright: Andrea Scarpino
+ *
+ * Authors
+ *  Scheme: {{scheme-author}}
+ *  Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  */
+
 * {
-    selected-normal-foreground:  @lightbg;
-    foreground:                  rgba ( {{base05-rgb-r}}, {{base05-rgb-g}}, {{base05-rgb-b}}, 100 % );
-    normal-foreground:           @foreground;
-    alternate-normal-background: @lightbg;
     red:                         rgba ( {{base08-rgb-r}}, {{base08-rgb-g}}, {{base08-rgb-b}}, 100 % );
-    selected-urgent-foreground:  @background;
     blue:                        rgba ( {{base0D-rgb-r}}, {{base0D-rgb-g}}, {{base0D-rgb-b}}, 100 % );
-    urgent-foreground:           @red;
-    alternate-urgent-background: @lightbg;
-    active-foreground:           @blue;
+    lightfg:                     rgba ( {{base06-rgb-r}}, {{base06-rgb-g}}, {{base06-rgb-b}}, 100 % );
     lightbg:                     rgba ( {{base01-rgb-r}}, {{base01-rgb-g}}, {{base01-rgb-b}}, 100 % );
-    selected-active-foreground:  @background;
-    alternate-active-background: @lightbg;
+    foreground:                  rgba ( {{base05-rgb-r}}, {{base05-rgb-g}}, {{base05-rgb-b}}, 100 % );
     background:                  rgba ( {{base00-rgb-r}}, {{base00-rgb-g}}, {{base00-rgb-b}}, 100 % );
-    alternate-normal-foreground: @foreground;
-    normal-background:           @background;
-    lightfg:                     rgba ( {{base06-rgb-r}}, {{base06-rgb-g}}, {{base06-rgb-b}}, 100 % );
-    selected-normal-background:  @lightfg;
-    border-color:                @foreground;
-    spacing:                     2;
+    background-color:            rgba ( {{base00-rgb-r}}, {{base00-rgb-g}}, {{base00-rgb-b}}, 0 % );
     separatorcolor:              @foreground;
-    urgent-background:           @background;
+    border-color:                @foreground;
+    selected-normal-foreground:  @lightbg;
+    selected-normal-background:  @lightfg;
+    selected-active-foreground:  @background;
+    selected-active-background:  @blue;
+    selected-urgent-foreground:  @background;
     selected-urgent-background:  @red;
-    alternate-urgent-foreground: @red;
-    background-color:            rgba ( {{base00-rgb-r}}, {{base00-rgb-g}}, {{base00-rgb-b}}, 0 % );
-    alternate-active-foreground: @blue;
+    normal-foreground:           @foreground;
+    normal-background:           @background;
+    active-foreground:           @blue;
     active-background:           @background;
-    selected-active-background:  @blue;
+    urgent-foreground:           @red;
+    urgent-background:           @background;
+    alternate-normal-foreground: @foreground;
+    alternate-normal-background: @lightbg;
+    alternate-active-foreground: @blue;
+    alternate-active-background: @lightbg;
+    alternate-urgent-foreground: @red;
+    alternate-urgent-background: @lightbg;
+    spacing:                     2;
 }
 window {
     background-color: @background;
@@ -39,28 +42,28 @@ window {
     padding:          5;
 }
 mainbox {
-    border:  0;
-    padding: 0;
+    border:           0;
+    padding:          0;
 }
 message {
-    border:       1px dash 0px 0px ;
-    border-color: @separatorcolor;
-    padding:      1px ;
+    border:           1px dash 0px 0px ;
+    border-color:     @separatorcolor;
+    padding:          1px ;
 }
 textbox {
-    text-color: @foreground;
+    text-color:       @foreground;
 }
 listview {
-    fixed-height: 0;
-    border:       2px dash 0px 0px ;
-    border-color: @separatorcolor;
-    spacing:      2px ;
-    scrollbar:    true;
-    padding:      2px 0px 0px ;
+    fixed-height:     0;
+    border:           2px dash 0px 0px ;
+    border-color:     @separatorcolor;
+    spacing:          2px ;
+    scrollbar:        true;
+    padding:          2px 0px 0px ;
 }
 element {
-    border:  0;
-    padding: 1px ;
+    border:           0;
+    padding:          1px ;
 }
 element normal.normal {
     background-color: @normal-background;
@@ -99,45 +102,45 @@ element alternate.active {
     text-color:       @alternate-active-foreground;
 }
 scrollbar {
-    width:        4px ;
-    border:       0;
-    handle-color: @normal-foreground;
-    handle-width: 8px ;
-    padding:      0;
+    width:            4px ;
+    border:           0;
+    handle-color:     @normal-foreground;
+    handle-width:     8px ;
+    padding:          0;
 }
 sidebar {
-    border:       2px dash 0px 0px ;
-    border-color: @separatorcolor;
+    border:           2px dash 0px 0px ;
+    border-color:     @separatorcolor;
 }
 button {
-    spacing:    0;
-    text-color: @normal-foreground;
+    spacing:          0;
+    text-color:       @normal-foreground;
 }
 button selected {
     background-color: @selected-normal-background;
     text-color:       @selected-normal-foreground;
 }
 inputbar {
-    spacing:    0px;
-    text-color: @normal-foreground;
-    padding:    1px ;
-    children:   [ prompt,textbox-prompt-colon,entry,case-indicator ];
+    spacing:          0px;
+    text-color:       @normal-foreground;
+    padding:          1px ;
+    children:         [ prompt,textbox-prompt-colon,entry,case-indicator ];
 }
 case-indicator {
-    spacing:    0;
-    text-color: @normal-foreground;
+    spacing:          0;
+    text-color:       @normal-foreground;
 }
 entry {
-    spacing:    0;
-    text-color: @normal-foreground;
+    spacing:          0;
+    text-color:       @normal-foreground;
 }
 prompt {
-    spacing:    0;
-    text-color: @normal-foreground;
+    spacing:          0;
+    text-color:       @normal-foreground;
 }
 textbox-prompt-colon {
-    expand:     false;
-    str:        ":";
-    margin:     0px 0.3000em 0.0000em 0.0000em ;
-    text-color: inherit;
+    expand:           false;
+    str:              ":";
+    margin:           0px 0.3000em 0.0000em 0.0000em ;
+    text-color:       inherit;
 }
-- 
cgit v1.2.3