Added linux config for kanto
Updated dots script to correctly install across multiple systems Simplified rofi configuration Added sway config for kanto Fixed swaylock colour missing a zero Minor updates for specific font sizes, colours etc.
This commit is contained in:
@@ -37,4 +37,4 @@ configuration {
|
||||
kb-custom-10: "Super+0";
|
||||
}
|
||||
|
||||
@theme "tokyo"
|
||||
@theme "theme"
|
||||
@@ -1,11 +1,20 @@
|
||||
* {
|
||||
font: "Noto Sans CJK JP 11";
|
||||
|
||||
bg: #181818;
|
||||
fg: #FFFFFF;
|
||||
bg: #181818;
|
||||
fg: #FFFFFF;
|
||||
|
||||
/*tokyo
|
||||
selected: #3185FC;
|
||||
urgent: #0567F1;
|
||||
active: #86B8FD;
|
||||
tokyo*/
|
||||
|
||||
/*kanto
|
||||
selected: #85FF85;
|
||||
urgent: #5CFF5C;
|
||||
active: #C2FFC2;
|
||||
kanto*/
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg;
|
||||
Reference in New Issue
Block a user