diff --git a/.config/rofi/themes/colors.rasi b/.config/rofi/themes/colors.rasi new file mode 100644 index 0000000..22a039e --- /dev/null +++ b/.config/rofi/themes/colors.rasi @@ -0,0 +1,7 @@ +/* Colors */ + +* { + background: #1a1b26; + background-alt: #16161e; + foreground: #f7ebe7; +} diff --git a/.config/rofi/themes/fonts.rasi b/.config/rofi/themes/fonts.rasi new file mode 100644 index 0000000..389e662 --- /dev/null +++ b/.config/rofi/themes/fonts.rasi @@ -0,0 +1,5 @@ +/* Text Font */ + +* { + font: "Fira Sans Bold 12"; +}