Skip to content

Instantly share code, notes, and snippets.

@jakemayeux
Created June 15, 2017 17:52
Show Gist options
  • Save jakemayeux/99acd2a53494525859a06cb39d96cc1c to your computer and use it in GitHub Desktop.
Save jakemayeux/99acd2a53494525859a06cb39d96cc1c to your computer and use it in GitHub Desktop.
#include "themes/chalk"
*.foreground: #d7ddea
Xft.dpi: 227
//Xft.dpi: 113
//Xft.autohint: 0
//Xft.lcdfilter: lcddefault
//Xft.hintstyle: hintfull
//Xft.hinting: 0
//Xft.antialias: true
//Xft.rgba: rgb
//URvxt.fontspace: -6
//URxvt.letterSpace: -1
URxvt.font: xft:Sauce Code Powerline:size=7
URxvt.scrollBar: false
//URxvt.transparent: true
URxvt.shading: 50
URxvt.blurRadius: 3x3
!URxvt.perl-ext-common: tabbed
! ------------------------------------------------------------------------------
! ROFI Color theme
! User: milouse
! Copyright: Étienne Deparis
! ------------------------------------------------------------------------------
! "Color scheme for normal row" Set from: File
rofi.color-normal: argb:00272822, #f8f8f2, argb:00272822, #141411, #f8f8f2
! "Color scheme for urgent row" Set from: File
rofi.color-urgent: argb:00272822, #f92672, argb:00272822, #f92672, #f8f8f2
! "Color scheme for active row" Set from: File
rofi.color-active: argb:00272822, #a6e22a, argb:00272822, #141411, #a6e22a
! "Color scheme window" Set from: File
rofi.color-window: argb:ee272822, #002b36, #06db74
! "Separator style (none, dash, solid)" Set from: File
rofi.separator-style: solid
rofi.font: Dejavu Sans 20
rofi.hide-scrollbar: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment