summaryrefslogtreecommitdiff
path: root/.config/Xresources
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-05-01 11:04:19 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2021-05-01 11:04:19 -0400
commit9ed9de5006d437e126c5871dc0cf38a02825aabb (patch)
treed92d4b6ad254626312ed84c78063dffb73dfa639 /.config/Xresources
parentaf79f164cc50ae0299b3820e9cab290cb6fbcd82 (diff)
workstation Files
Diffstat (limited to '.config/Xresources')
-rw-r--r--.config/Xresources/dark-1.Xresources48
-rw-r--r--.config/Xresources/light-1.Xresources54
-rw-r--r--.config/Xresources/light-2.Xresources27
-rw-r--r--.config/Xresources/light-3.Xresources46
-rw-r--r--.config/Xresources/light-4.Xresources54
-rw-r--r--.config/Xresources/light-5.Xresources30
6 files changed, 259 insertions, 0 deletions
diff --git a/.config/Xresources/dark-1.Xresources b/.config/Xresources/dark-1.Xresources
new file mode 100644
index 0000000..5478e86
--- /dev/null
+++ b/.config/Xresources/dark-1.Xresources
@@ -0,0 +1,48 @@
+! __ __
+! \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___
+! \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __|
+! / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \
+! /_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/
+!
+!
+
+! X Resources: Generated with Hodler (http://github.com/matttproud/hodler)
+!black
+*color0: #111a1f
+*color8: #868b8d
+!red
+*color1: #8d7856
+*color9: #810002
+!green
+*color2: #798362
+*color10: #037500
+!yellow
+*color3: #9b9257
+*color11: #ebcb88
+!blue
+*color4: #63768a
+*color12: #63768a
+!magenta
+*color5: #b7416e
+*color13: #738c9c
+!cyan
+*color6: #6998b3
+*color14: #66aabb
+!white
+*color7: #c0c7ca
+*color15: #c0c7ca
+!other
+*background: #222d32
+*foreground: #acb3b5
+*cursorColor: #ebcb88
+! See "highlightColorMode" and "hm" options in XTerm manual page.
+*highlightTextColor: #2e333c
+*highlightColor: #161f2a
+! No support for cursor text coloring; would be #1e232b.
+! No support for bold coloring; would be #626a73.
+
+!other
+*.alpha: 0.88
+
+Sxiv.background: #111A1F
+Sxiv.foreground: #9B9257
diff --git a/.config/Xresources/light-1.Xresources b/.config/Xresources/light-1.Xresources
new file mode 100644
index 0000000..ad70ec9
--- /dev/null
+++ b/.config/Xresources/light-1.Xresources
@@ -0,0 +1,54 @@
+! Base16 Atelier Estuary
+! Scheme: Bram de Haan (http://atelierbramdehaan.nl)
+
+#define base00 #f4f3ec
+#define base01 #e7e6df
+#define base02 #929181
+#define base03 #878573
+#define base04 #6c6b5a
+#define base05 #5f5e4e
+#define base06 #302f27
+#define base07 #22221b
+#define base08 #ba6236
+#define base09 #ae7313
+#define base0A #a5980d
+#define base0B #7d9726
+#define base0C #5b9d48
+#define base0D #36a166
+#define base0E #5f9182
+#define base0F #9d6c7c
+
+*.foreground: base05
+#ifdef background_opacity
+*.background: [background_opacity]base00
+#else
+*.background: base00
+#endif
+*.cursorColor: base05
+
+*.color0: base00
+*.color1: base08
+*.color2: base0B
+*.color3: base0A
+*.color4: base0D
+*.color5: base0E
+*.color6: base0C
+*.color7: base05
+
+*.color8: base03
+*.color9: base08
+*.color10: base0B
+*.color11: base0A
+*.color12: base0D
+*.color13: base0E
+*.color14: base0C
+*.color15: base07
+
+! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
+! use 'shell' template to set these if necessary
+*.color16: base09
+*.color17: base0F
+*.color18: base01
+*.color19: base02
+*.color20: base04
+*.color21: base06
diff --git a/.config/Xresources/light-2.Xresources b/.config/Xresources/light-2.Xresources
new file mode 100644
index 0000000..653dc02
--- /dev/null
+++ b/.config/Xresources/light-2.Xresources
@@ -0,0 +1,27 @@
+! PaperColor Theme
+*.foreground: #4D4D4C
+*.background: #E7E8EB
+! black
+*.color0: #f4f3ec
+*.color8: #969694
+! red
+*.color1: #D7005F
+*.color9: #D7005F
+! green
+*.color2: #718C00
+*.color10: #718C00
+! yellow / orange
+*.color3: #D75F00
+*.color11: #D75F00
+! blue
+*.color4: #4271AE
+*.color12: #4271AE
+! magenta
+*.color5: #8959A8
+*.color13: #8959A8
+! cyan
+*.color6: #3E999F
+*.color14: #3E999F
+! white
+*.color7: #F5F5F5
+*.color15: #2D2D2C
diff --git a/.config/Xresources/light-3.Xresources b/.config/Xresources/light-3.Xresources
new file mode 100644
index 0000000..ea5f6b0
--- /dev/null
+++ b/.config/Xresources/light-3.Xresources
@@ -0,0 +1,46 @@
+! Base16 Atelier Dune
+! Scheme: Bram de Haan (http://atelierbramdehaan.nl)
+
+#define base00 #fefbec
+#define base01 #e8e4cf
+#define base02 #a6a28c
+#define base03 #999580
+#define base04 #7d7a68
+#define base05 #6e6b5e
+#define base06 #292824
+#define base07 #20201d
+#define base08 #d73737
+#define base09 #b65611
+#define base0A #ae9513
+#define base0B #60ac39
+#define base0C #1fad83
+#define base0D #6684e1
+#define base0E #b854d4
+#define base0F #d43552
+
+*.foreground: base05
+#ifdef background_opacity
+*.background: [background_opacity]base00
+#else
+*.background: base00
+#endif
+*.cursorColor: base05
+
+*.color0: base00
+*.color1: base08
+*.color2: base0B
+*.color3: base0A
+*.color4: base0D
+*.color5: base0E
+*.color6: base0C
+*.color7: base05
+
+*.color8: base03
+*.color9: base09
+*.color10: base01
+*.color11: base02
+*.color12: base04
+*.color13: base06
+*.color14: base0F
+*.color15: base07
+
diff --git a/.config/Xresources/light-4.Xresources b/.config/Xresources/light-4.Xresources
new file mode 100644
index 0000000..ad70ec9
--- /dev/null
+++ b/.config/Xresources/light-4.Xresources
@@ -0,0 +1,54 @@
+! Base16 Atelier Estuary
+! Scheme: Bram de Haan (http://atelierbramdehaan.nl)
+
+#define base00 #f4f3ec
+#define base01 #e7e6df
+#define base02 #929181
+#define base03 #878573
+#define base04 #6c6b5a
+#define base05 #5f5e4e
+#define base06 #302f27
+#define base07 #22221b
+#define base08 #ba6236
+#define base09 #ae7313
+#define base0A #a5980d
+#define base0B #7d9726
+#define base0C #5b9d48
+#define base0D #36a166
+#define base0E #5f9182
+#define base0F #9d6c7c
+
+*.foreground: base05
+#ifdef background_opacity
+*.background: [background_opacity]base00
+#else
+*.background: base00
+#endif
+*.cursorColor: base05
+
+*.color0: base00
+*.color1: base08
+*.color2: base0B
+*.color3: base0A
+*.color4: base0D
+*.color5: base0E
+*.color6: base0C
+*.color7: base05
+
+*.color8: base03
+*.color9: base08
+*.color10: base0B
+*.color11: base0A
+*.color12: base0D
+*.color13: base0E
+*.color14: base0C
+*.color15: base07
+
+! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
+! use 'shell' template to set these if necessary
+*.color16: base09
+*.color17: base0F
+*.color18: base01
+*.color19: base02
+*.color20: base04
+*.color21: base06
diff --git a/.config/Xresources/light-5.Xresources b/.config/Xresources/light-5.Xresources
new file mode 100644
index 0000000..381e9c4
--- /dev/null
+++ b/.config/Xresources/light-5.Xresources
@@ -0,0 +1,30 @@
+! Lucious-light Theme
+*.background: #eeeeee
+*.foreground: #444444
+*.cursorColor: #5f87af
+! black
+*.color0: #eeeeee
+*.color8: #444444
+! red
+*.color1: #af0000
+*.color9: #af0000
+! green
+*.color2: #008700
+*.color10: #008700
+! yellow / orange
+*.color3: #af5f00
+*.color11: #af5f00
+! blue
+*.color4: #005faf
+*.color12: #005faf
+! magenta
+*.color5: #870087
+*.color13: #870087
+! cyan
+*.color6: #008787
+*.color14: #008787
+! white
+*.color7: #eeeeee
+*.color15: #444444
+! Transparency
+*.alpha: 0.86