init
This commit is contained in:
15
templates/rofi.rasi
Normal file
15
templates/rofi.rasi
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
bg0: {{colors.surface.default.hex}}cc;
|
||||
bg1: {{colors.surface_container.default.hex}};
|
||||
bg2: {{colors.surface_container_high.default.hex}};
|
||||
bg3: {{colors.outline.default.hex}};
|
||||
fg0: {{colors.on_surface.default.hex}};
|
||||
fg1: {{colors.on_surface_variant.default.hex}};
|
||||
fg2: {{colors.outline.default.hex}};
|
||||
red: {{colors.error.default.hex}};
|
||||
green: {{colors.primary.default.hex}};
|
||||
yellow: {{colors.tertiary.default.hex}};
|
||||
blue: {{colors.secondary.default.hex}};
|
||||
magenta: {{colors.inverse_primary.default.hex}};
|
||||
cyan: {{colors.primary_container.default.hex}};
|
||||
}
|
||||
Reference in New Issue
Block a user