Last active
November 26, 2017 16:28
-
-
Save tpb1908/3b4a53dad4cf1d302cda248855f033c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xft.dpi: 200 | |
rofi.show-icons: true | |
! rofi.fullscreen: true | |
rofi.terminal: terminator | |
rofi.font: SourceCodePro-Regular 18 | |
rofi.color-enabled: true | |
! ------------------------------------------------------------------------------ | |
! ROFI color theme | |
! ------------------------------------------------------------------------------ | |
! bg fg altbg hlbg hlfg | |
rofi.color-normal: #282828, #ebdbb2, #282828, #ebdbb2, #282828 | |
rofi.color-urgent: #282828, #ebdbb2, #282828, #ebdbb2, #282828 | |
rofi.color-active: #282828, #ebdbb2, #282828, #ebdbb2, #282828 | |
rofi.color-window: #282828, #282828 | |
rofi.separator-style: dash | |
rofi.opacity: 90 | |
! === gruvbox color scheme === | |
*background: #1d2021 | |
*foreground: #ebdbb2 | |
! Black + DarkGrey | |
*color0: #282828 | |
*color8: #928374 | |
! DarkRed + Red | |
*color1: #cc241d | |
*color9: #fb4934 | |
! DarkGreen + Green | |
*color2: #98971a | |
*color10: #b8bb26 | |
! DarkYellow + Yellow | |
*color3: #d79921 | |
*color11: #fabd2f | |
! DarkBlue + Blue | |
*color4: #458588 | |
*color12: #83a598 | |
! DarkMagenta + Magenta | |
*color5: #b16286 | |
*color13: #d3869b | |
! DarkCyan + Cyan | |
*color6: #689d6a | |
*color14: #8ec07c | |
! LightGrey + White | |
*color7: #a89984 | |
*color15: #ebdbb2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment