Skip to content

Instantly share code, notes, and snippets.

@lukehinds
Created January 5, 2017 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukehinds/085adf54d463d66e2ed7476da8ebfd87 to your computer and use it in GitHub Desktop.
Save lukehinds/085adf54d463d66e2ed7476da8ebfd87 to your computer and use it in GitHub Desktop.
/* Rofi */
#define r_bg #1d2021
#define r_fg #ebdbb2
#define r_hlfg #d65d0e
! States: bg, fg, bgalt, hlbg, hlfg
rofi.color-enabled: true
rofi.color-normal: r_bg,r_fg,#282828,r_bg,r_hlfg
rofi.color-urgent: r_bg,#fb4934,#282828,r_bg,r_hlfg
rofi.color-active: r_bg,r_fg,#282828,r_bg,#fe8019
! states: background, border
rofi.color-window: r_bg,#d5c4a1
rofi.separator-style: solid
rofi.sidebar-mode: true
rofi.bw: 1
rofi.columns: 1
rofi.padding: 16
rofi.yoffset: 0
rofi.opacity: 80
rofi.fake-transparency: false
rofi.location: 0
rofi.width: 50
rofi.font: RobotoMono 12
rofi.lines: 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment