-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.Xdefaults.erb
40 lines (35 loc) · 1.33 KB
/
.Xdefaults.erb
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
! vim:filetype=xdefaults:
<% light_theme = ENV['THEME'] == 'light' %>
! appearance
*font: -*-tamzen-medium-r-*-*-16-*-*-*-*-*-*-*
*customization: -color
! colorscheme
<% if light_theme %>
! #include ".Xdefaults.d/colors/LuciusLight.xrdb"
! LCD colors from "Daedalus Touch" iPad app
! #define Background_Color #ebebe6
! #define Foreground_Color #272727
#include ".Xdefaults.d/colors/PaperColor.xrdb"
<% else %>
! Colors from Earthsong theme created by Zack Jones <https://github.com/zdj>
! https://github.com/zdj/themes/blob/master/iterm2/Earthsong.itermcolors
! #include ".Xdefaults.d/colors/Earthsong.xrdb"
! #define Underline_Color Ansi_11_Color
! #define Foreground_Color #e5c7a9
! #define Background_Color #292520
! Colors from the "gruvbox" colorscheme for Vim
! https://github.com/morhetz/gruvbox
! #include ".Xdefaults.d/colors/gruvbox.xrdb"
! #define Foreground_Color #ffdfaf
! #define Background_Color #303030
! #include ".Xdefaults.d/colors/Tomorrow.xrdb"
! #include ".Xdefaults.d/colors/base16/base16-eighties.dark.xresources"
! #include ".Xdefaults.d/colors/gruvbox-material.xrdb"
#include ".Xdefaults.d/colors/everforest.xrdb"
! #include ".Xdefaults.d/colors/Nord.xrdb"
<% end %>
#include ".Xdefaults.d/colors.xrdb"
! applications
#include ".Xdefaults.d/st.xrdb"
#include ".Xdefaults.d/URxvt.xrdb"
#include ".Xdefaults.d/XTerm.xrdb"