Add template for rofi
This commit is contained in:
47
rofi/colors.rasi
Normal file
47
rofi/colors.rasi
Normal file
@@ -0,0 +1,47 @@
|
||||
* {
|
||||
primary: #838dc8;
|
||||
primary-fixed: #434d84;
|
||||
primary-fixed-dim: #2c366b;
|
||||
on-primary: #374176;
|
||||
on-primary-fixed: #b7c0ff;
|
||||
on-primary-fixed-variant: #939dd9;
|
||||
primary-container: #2c366b;
|
||||
on-primary-container: #97a0dd;
|
||||
secondary: #8d8fa6;
|
||||
secondary-fixed: #4d5064;
|
||||
secondary-fixed-dim: #36394c;
|
||||
on-secondary: #26293b;
|
||||
on-secondary-fixed: #c1c2da;
|
||||
on-secondary-fixed-variant: #9d9fb5;
|
||||
secondary-container: #36394c;
|
||||
on-secondary-container: #a0a2b9;
|
||||
tertiary: #ac85a1;
|
||||
tertiary-fixed: #684660;
|
||||
tertiary-fixed-dim: #4f3048;
|
||||
on-tertiary: #3d2037;
|
||||
on-tertiary-fixed: #e3b7d5;
|
||||
on-tertiary-fixed-variant: #bd94b1;
|
||||
tertiary-container: #4f3048;
|
||||
on-tertiary-container: #c198b5;
|
||||
error: #ff5449;
|
||||
on-error: #5c0003;
|
||||
error-container: #7b0007;
|
||||
on-error-container: #ff7d70;
|
||||
surface: #121318;
|
||||
on-surface: #a3a2a9;
|
||||
on-surface-variant: #82828c;
|
||||
outline: #53535c;
|
||||
outline-variant: #393942;
|
||||
shadow: #000000;
|
||||
scrim: #000000;
|
||||
inverse-surface: #e3e1e9;
|
||||
inverse-on-surface: #64646a;
|
||||
inverse-primary: #737db7;
|
||||
surface-dim: #121318;
|
||||
surface-bright: #39393f;
|
||||
surface-container-lowest: #0d0e13;
|
||||
surface-container-low: #1b1b21;
|
||||
surface-container: #1f1f25;
|
||||
surface-container-high: #29292f;
|
||||
surface-container-highest: #34343a;
|
||||
}
|
||||
Reference in New Issue
Block a user