Use official solarized theme for rofi

This commit is contained in:
Cyryl Płotnicki 2020-02-15 09:23:48 +00:00
parent e6136c6492
commit 4551b20c89

View file

@ -6,24 +6,6 @@
font = "Fira Code 12";
separator = "solid";
scrollbar = false;
colors = {
window = {
background = "#002b36";
border = "#073642";
separator = "#002b36";
};
rows = {
normal = {
background = "#002b36";
foreground = "#839496";
backgroundAlt = "argb:58455a64";
highlight = {
background = "#002b36";
foreground = "#fafbfc";
};
};
};
};
theme = "solarized";
};
}