1 /*******************************************************************************
2 * ROFI SQUARED THEME USING THE NORD PALETTE
4 * Theme Repo : https://github.com/lr-tech/rofi-themes-collection
5 *******************************************************************************/
8 font : "FiraCode Nerd Font Medium 12";
18 bg-light-color : #3b4252;
20 accent-color : #88c0d0;
21 urgent-color : #ebcb8b;
23 background-color : @bg-color;
24 text-color : @fg-color;
32 background-color : @bg-color;
38 background-color : @bg-light-color;
43 background-color : transparent;
47 background-color : transparent;
50 background-color : transparent;
57 background-color : @bg-light-color;
70 #element normal normal {
71 text-color : @fg-color;
73 #element normal urgent {
74 text-color : @urgent-color;
76 #element normal active {
77 text-color : @accent-color;
79 #element selected normal {
80 background-color : @accent-color;
81 text-color : @bg-color;
83 #element selected urgent {
84 background-color : @urgent-color;
85 text-color : @bg-color;
87 #element selected active {
88 background-color : @accent-color;
89 text-color : @bg-color;