-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
51 lines (49 loc) · 1.18 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#include "/home/$USER/.config/schemegen/configs/Xresources"
! Hybrid Terminal Colours. Uses the palette from Tomorrow-Night:
! https://github.com/chriskempson/tomorrow-theme/blob/master/vim/colors/Tomorrow-Night.vim
! vim: ft=xdefaults
*background: bg
*foreground: fg
! black
*color0: black
*color8: lightgray
! red
*color1: red
*color9: lightred
! green
*color2: green
*color10: lightgreen
! yellow
*color3: yellow
*color11: lightyellow
! blue
*color4: blue
*color12: lightblue
! magenta
*color5: magenta
*color13: lightmagenta
! cyan
*color6: cyan
*color14: lightcyan
! white
*color7: lightgray
*color15: white
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
rofi.opacity: 85
rofi.width: 50
rofi.lines: 5
rofi.eh: 2
rofi.m: -4
rofi.columns: 1
rofi.font: Source Code Pro 13
rofi.bw: 0
rofi.padding: 50
rofi.terminal: termite
rofi.color-enabled: true
rofi.color-window: bg, bg, bg
rofi.color-normal: bg, fg, bg, bg, lightcyan
rofi.color-active: bg, lightcyan, black, darkgray, lightcyan
rofi.color-urgent: bg, lightred, black, darkgray, lightred
rofi.separator-style: none