This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.bin
.config
autostart
bspwm
conky
dunst
firestarter
htop
i3
mpd
mpv
polybar
pulse
rofi
config.rasi
skhd
sxhkd
syncthing-gtk
yabai
compton.conf
dircolors
kglobalshortcutsrc
khotkeysrc
ptgdp.conf
redshift.conf
user-dirs.dirs
user-dirs.locale
.firestarter
.local
.ssh
.vim
.bashrc
.functions
.gitconfig
.gitmodules
.inputrc
.joy2keyrc
.profile
.vimrc
.xinitrc
.xsessionrc
home/.config/rofi/config.rasi
2020-05-31 21:08:15 -05:00

118 lines
1.7 KiB
CSS

/* rehashedsalt's Gruvbox rofi theme
* Distributed under the terms of the MIT License
* github.com/rehashedsalt
*
* See rofi-theme(5) for documentation
*
*/
configuration {
matching: "fuzzy";
show-icons: true;
drun-icon-theme: "Breeze-Dark";
modi: "drun,ssh,window";
sidebar-mode: true;
yoffset: -4;
xoffset: 0;
width: 32;
}
* {
background: #232629;
background-alt: #31363b;
foreground: #eff0f1;
foreground-alt: #ed1515;
blue-dark: #1abc9c;
blue: #1d99f3;
yellow: #fdbc4b;
text-color: @foreground;
background-color: @background;
font: "Roboto 10";
}
#window {
location: north;
anchor: north;
border-color: @background-alt;
background-color: @background;
border: 4px;
height: 40%;
width: 520px;
}
#inputbar {
padding: 10px;
border: 0px 0px 4px 0px;
border-color: @background-alt;
}
#case-indicator {
text-color: @foreground-alt;
}
#prompt {
font: "Roboto Bold 10";
padding: 0px 8px 0px 0px;
text-color: @foreground;
}
#message {
padding: 4px;
}
#textbox {
padding: 4px 12px 4px 12px;
font-color: @foreground-alt;
}
#listview {
padding: 4px;
spacing: 0px;
}
#element {
padding: 4px;
}
#element normal active {
text-color: @blue-dark;
}
#element normal urgent {
text-color: @yellow;
}
#element selected normal {
background-color: @blue;
text-color: @background;
}
#element selected active {
background-color: @blue-dark;
text-color: @background;
}
#element selected urgent {
background-color: @yellow;
text-color: @background;
}
#sidebar {
}
#button {
padding: 8px;
}
#button selected {
background-color: @background-alt;
}
/* vim:ft=css
*/