Skip to content

Instantly share code, notes, and snippets.

@rac021
Last active September 4, 2019 08:19
Show Gist options
  • Save rac021/23f138c62842281a34e8b0d9c51da67d to your computer and use it in GitHub Desktop.
Save rac021/23f138c62842281a34e8b0d9c51da67d to your computer and use it in GitHub Desktop.
!===============================
! Commands :
! - apt-get install rofi
! - xrdb -load ~/.Xresources
!===============================
! ===================
! urxvt
! ===================
URxvt*scrollBar: false
URxvt*letterSpace: -1
URxvt.internalBorder: 10
URxvt*font: xft:Menlo for Powerline:regular:size=14
URxvt*boldFont: xft:Menlo for Powerline:bold:ize=14
URxvt*cursorBlink: true
URxvt.iso14755: false
URxvt*utf8: true
URxvt.keysym.C-equal: resize-font:bigger
URxvt.keysym.C-parenright: resize-font:smaller
! =================
! Xft
! =================
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: subpixel
Xft.hinting: true
Xft.hintstyle: hintslight
! Xft.lcdfilter: lcddefault
! ============
! Couleurs
! ============
*background: #1D1D26
*foreground: #B3B3D4
*secondary: #535172
*active: #FFCC66
!black
*color0: #1D1D26
*color8: #928374
!red
*color1: #E20049
*color9: #E20049
!green
*color2: #00F572
*color10: #00D965
!yellow
*color3: #FFCC66
*color11: #D9AD57
!blue
*color4: #00BFFF
*color12: #00A3D9
!magenta
*color5: #FF3399
*color13: #BD2671
!cyan
*color6: #7874A6
*color14: #535172
!white
*color7: #F8F8F0
*color15: #B3B3AD
! =================
! rofi
! =================
#define background #1D1D26
#define text #C3B3D4
#define active #FFCC66
rofi.fullscreen: false
rofi.color-enabled: true
rofi.separator-style: solid
rofi.color-window: argb:e81d1d26, active, active
rofi.color-normal: #2C343F, #6AA0F2, #5C5C5C, #379158, #eee8d5
! rofi.color-normal: #2C343F, #6AA0F2, #6B5858, #586e75, #eee8d5
! rofi.color-normal: argb:0baa263, #0053172, argb:001d1d26, argb:00415CB3, text
! rofi.color-active: active, background, active, active, background
! rofi.color-urgent: #0fdf6e3, #0dc322f, #0eee8d5, #0dc322f, #0fdf6e3
rofi.font: "SFNS Display" medium 16
rofi.bw: 0
rofi.padding: 15
rofi.hide-scrollbar: true
rofi.lines: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment