This commit is contained in:
Dobbie03 2018-07-24 13:39:54 +12:00
commit 252b84997f

View File

@ -1,9 +1,9 @@
! Base colors ! Base colors
*.foreground: #c0c5ce *.foreground: #c0c5ce
*.background: #2b303b *.background: #919ba0
*.cursorColor: #c0c5ce *.cursorColor: #c0c5ce
*.color0: #2b303b *.color0: #919ba0
*.color1: #bf616a *.color1: #bf616a
*.color2: #a3be8c *.color2: #a3be8c
*.color3: #ebcb8b *.color3: #ebcb8b
@ -28,8 +28,10 @@ rofi.line-padding: 2
rofi.color-enabled: true rofi.color-enabled: true
rofi.hide-scrollbar: true rofi.hide-scrollbar: true
rofi.separator-style: solid rofi.separator-style: solid
rofi.color-window: #EFF1F5, #2b303b, #EFF1F5 rofi.color-window: #1c2023, #919ba0, #1c2023
rofi.color-normal: #EFF1F5, #2b303b, #EFF1F5, #8fa1b3, #2b303b rofi.color-normal: #1c2023, #919ba0, #1c2023, #a4a4a4, #1c2023
rofi.color-urgent: argb:00000000, #f43753, argb:00000000, argb:00000000, #e29a49
rofi.color-active: argb:00000000, #49bbfb, argb:00000000, argb:00000000, #e29a49
! xterm ! xterm
xterm*font: DejaVu Sana Mono xterm*font: DejaVu Sana Mono
@ -46,7 +48,7 @@ URxvt*saveline: 15000
URxvt*termName: rxvt-256color URxvt*termName: rxvt-256color
URxvt*iso14755: false URxvt*iso14755: false
URxvt*depth: 32 URxvt*depth: 32
URxvt*background: [95]#2b303b URxvt*background: [95]#919ba0
URxvt*scrollBar: false URxvt*scrollBar: false
URxvt*scrollBar_right: false URxvt*scrollBar_right: false
URxvt*internalBorder: 0 URxvt*internalBorder: 0