Created
August 23, 2019 07:15
-
-
Save safeith/ba94def9992f7145e69336890ee60bda 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
*background: #282828 | |
*foreground: #ebdbb2 | |
*color0: #282828 | |
*color8: #928374 | |
*color1: #cc241d | |
*color9: #fb4934 | |
*color2: #98971a | |
*color10: #b8bb26 | |
*color3: #d79921 | |
*color11: #fabd2f | |
*color4: #458588 | |
*color12: #83a598 | |
*color5: #b16286 | |
*color13: #d3869b | |
*color6: #689d6a | |
*color14: #8ec07c | |
*color7: #a89984 | |
*color15: #ebdbb2 | |
rofi.color-enabled: true | |
rofi.color-window: #1e1e20, #2c5159, #2c5159 | |
rofi.color-normal: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #2c5159 | |
rofi.color-active: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #2c5159 | |
rofi.color-urgent: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #2c5159 | |
rofi.separator-style: solid | |
rofi.sidebar-mode: false | |
rofi.lines: 5 | |
rofi.font: Hack 12 | |
rofi.bw: 1 | |
rofi.columns: 2 | |
rofi.padding: 5 | |
rofi.fixed-num-lines: true | |
rofi.hide-scrollbar: true | |
URxvt.font: xft:Hack:size:12:antialias=true:hinting=true | |
URxvt.boldFont: xft:Hack:size:12:antialias=true:hinting=true:style=Bold | |
URxvt.italicFont: xft:Hack:size:12:antialias=true:hinting=true:style=Italic | |
URxvt.boldItalicFont: xft:Hack:size:12:antialias=true:hinting=true:style= Bold Italic | |
URxvt*boldColors: on | |
URxvt.scrollBar: false | |
URxvt.keysym.Control-y: eval:paste_clipboard | |
URxvt.keysym.Meta-w: eval:selection_to_clipboard | |
URxvt.perl-ext-common: default,tabbed,matcher,-tabbed | |
URxvt.url-launcher: /usr/bin/xdg-open | |
URxvt.matcher.button: 1 | |
URxvt.color24: #076678 | |
URxvt.color66: #427b58 | |
URxvt.color88: #9d0006 | |
URxvt.color96: #8f3f71 | |
URxvt.color100: #79740e | |
URxvt.color108: #8ec07c | |
URxvt.color109: #83a598 | |
URxvt.color130: #af3a03 | |
URxvt.color136: #b57614 | |
URxvt.color142: #b8bb26 | |
URxvt.color167: #fb4934 | |
URxvt.color175: #d3869b | |
URxvt.color208: #fe8019 | |
URxvt.color214: #fabd2f | |
URxvt.color223: #ebdbb2 | |
URxvt.color228: #f2e5bc | |
URxvt.color229: #fbf1c7 | |
URxvt.color230: #f9f5d7 | |
URxvt.color234: #1d2021 | |
URxvt.color235: #282828 | |
URxvt.color236: #32302f | |
URxvt.color237: #3c3836 | |
URxvt.color239: #504945 | |
URxvt.color241: #665c54 | |
URxvt.color243: #7c6f64 | |
URxvt.color244: #928374 | |
URxvt.color245: #928374 | |
URxvt.color246: #a89984 | |
URxvt.color248: #bdae93 | |
URxvt.color250: #d5c4a1 | |
URxvt.iso14755: false | |
URxvt.iso14755_52: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment