tomorrow.rasi (3094B)
1 * { 2 background: #ffffff; 3 bordercolor: #4d4d4c; 4 separatorcolor: #4d4d4c; 5 normal-background: #ffffff; 6 normal-foreground: #4d4d4c; 7 alternate-normal-foreground: #ffffff; 8 alternate-normal-background: #efefef; 9 selected-normal-background: #4271ae; 10 selected-normal-foreground: #ffffff; 11 active-background: #718c00; 12 active-foreground: #ffffff; 13 alternate-active-background: #ffffff; 14 selected-active-background: #4271ae; 15 selected-active-foreground: #ffffff; 16 urgent-background: #ffffff; 17 urgent-foreground: #c82829; 18 alternate-urgent-background: #ffffff; 19 selected-urgent-background: rgba(200,40,41,0); 20 selected-urgent-foreground: #ffffff; 21 alternate-normal-foreground: @normal-foreground; 22 alternate-urgent-foreground: @urgent-foreground; 23 alternate-active-foreground: @active-foreground; 24 foreground: @normal-foreground; 25 } 26 27 * { 28 spacing: 2; 29 border-color: @foreground; 30 background-color: transparent; 31 } 32 #window { 33 border: 1; 34 padding: 5; 35 background-color: @background; 36 } 37 #mainbox { 38 border: 0; 39 padding: 0; 40 } 41 #message { 42 border: 1px dash 0px 0px ; 43 padding: 2px 0px 0px ; 44 border-color: @separatorcolor; 45 } 46 #textbox { 47 text-color: @foreground; 48 } 49 #listview { 50 border-color: @separatorcolor; 51 } 52 #listview { 53 fixed-height: 0; 54 border: 2px dash 0px 0px ; 55 padding: 2px 0px 0px ; 56 } 57 #element { 58 border: 0; 59 } 60 #element normal.normal { 61 text-color: @normal-foreground; 62 background-color: @normal-background; 63 } 64 #element normal.urgent { 65 text-color: @urgent-foreground; 66 background-color: @urgent-background; 67 } 68 #element normal.active { 69 text-color: @active-foreground; 70 background-color: @active-background; 71 } 72 #element selected.normal { 73 text-color: @selected-normal-foreground; 74 background-color: @selected-normal-background; 75 } 76 #element selected.urgent { 77 text-color: @selected-urgent-foreground; 78 background-color: @selected-urgent-background; 79 } 80 #element selected.active { 81 text-color: @selected-active-foreground; 82 background-color: @selected-active-background; 83 } 84 #element alternate.normal { 85 text-color: @alternate-normal-foreground; 86 background-color: @alternate-normal-background; 87 } 88 #element alternate.urgent { 89 text-color: @alternate-urgent-foreground; 90 background-color: @alternate-urgent-background; 91 } 92 #element alternate.active { 93 text-color: @alternate-active-foreground; 94 background-color: @alternate-active-background; 95 } 96 #scrollbar { 97 border: 0; 98 width: 4px; 99 padding: 0; 100 handle-color: @normal-foreground; 101 } 102 #sidebar { 103 border: 2px dash 0px 0px ; 104 border-color: @separatorcolor; 105 } 106 #button selected { 107 background-color: @selected-normal-background; 108 text-color: @selected-normal-foreground; 109 } 110 #inputbar, case-indicator, entry, prompt, button { 111 spacing: 0; 112 text-color: @normal-foreground; 113 }