-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
32 lines (31 loc) · 1.23 KB
/
Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
!------------------------------------------------------------------------------
! Rofi
!------------------------------------------------------------------------------
rofi.padding: 400
rofi.fullscreen: true
rofi.terminal: termite
rofi.font: Hack 25
rofi.line-margin: 5
! Color theme
!------------
! Use extended color scheme
rofi.color-enabled: true
! Color scheme for normal row
! background, foreground, background alt, highlight background, highlight foreground
rofi.color-normal: argb:20ffffff, argb:ff000000, argb:20ffffff, argb:c0800909, argb:fff07f13
! Color scheme for urgent row
! background, foreground, background alt, highlight background, highlight foreground
rofi.color-urgent: argb:60f07f13, argb:ff800909, argb:60fdcf58, argb:c0800909, argb:fff07f13
! Color scheme for active row
! background, foreground, background alt, highlight background, highlight foreground
rofi.color-active: argb:c0000000, argb:ffffffff, argb:c0000000, argb:60f07f13, argb:ff800909
! Color scheme window
! background border color *separator color */
rofi.color-window: argb:20ffffff, #000000
! Separator style (none, dash, solid)
rofi.separator-style: dash
!yellow = #fdcf58
!gray = #757676
!lorange = #f27d0c
!dorange = #f07f13
!dred = #800909