Initial commit. I'm fixing the readme RN!
[danixland-rofi.git] / theme / shared / colors / dark-amber.rasi
1 * {
2 accent: rgba(255,191,0,1);
3 background: rgba(28,28,28,1);
4 background-trans: rgba(28,28,28,0.85);
5 background-focus: rgba(40,40,40,1);
6 foreground: rgba(136,136,136,1);
7 foreground-list: rgba(187,187,187,1);
8 on: rgba(68,173,77,1);
9 off: rgba(227,64,57,1);
10 transparent: rgba(255,255,255,0);
11 }