@zirias don't have an .Xresources but I have: cat .Xdefaults
! XTERM
! -----------------------------------------------------------------------------
xterm*allowBoldFonts: true
xterm*allowWindowOps: true
xterm*boldMode: false
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
xterm*cursorBlink: false
xterm*cutNewline: true
xterm*faceName: consolas
xterm*faceSize: 14
xterm*fastScroll: true
xterm*fullscreen: false
xterm*iconHint: /home/mcapella/.icons/mcapella/xterm.xpm
xterm*internalBorder: 1
xterm*jumpScroll: true
xterm*keepSelection: true
xterm*loginShell: true
xterm*metaSendsEscape: true
xterm*multiScroll: true
xterm*omitTranslation: fullscreen
xterm*on4Clicks: group
xterm*on5Clicks: page
xterm*saveLines: 1024000
xterm*scaleHeight: 1.0
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*selectToClipboard: true
xterm*SimpleMenu*font: -*-clean-*-*-*-*-*-*-*-*-*-*-iso8859-2
xterm*termName: xterm-256color
xterm*title: xterm
xterm*veryBoldColors: 14
xterm*VT100*geometry: 95x26
xterm*VT100*translations: #override \n\
<btn1up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0) \n\
Ctrl <key> minus: smaller-vt-font() \n\
Ctrl <key> plus: larger-vt-font() \n\
Ctrl Shift <key> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <key> V: insert-selection(CLIPBOARD)

! ----------------------------------------------------------------------------

*color01: #303030
*color02: #e1321a
*color03: #6ab017
*color04: #ffc005
*color05: #004f9e
*color06: #ec0048
*color07: #2aa7e7
*color08: #f2f2f2
*color09: #5d5d5d
*color10: #ff361e
*color11: #7bc91f
*color12: #ffd00a
*color13: #0071ff
*color14: #ff1d62
*color15: #4bb8fd
*color16: #a020f0

#define S_base03 #002b36
#define S_base02 #073642
#define S_base01 #586e75
#define S_base00 #657b83
#define S_base0 #839496
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
#define S_violet #6c71c4
#define S_blue #268bd2
#define S_cyan #2aa198
#define S_green #859900

*background: S_base03
*foreground: S_base00
*fading: 40
*fadeColor: S_base03

@e-five Yeah, something like that. I'm sure some Mbin instances will want to create their own themes in addition to the six default ones. If each new theme sets either theme--scheme-dark or theme--scheme-light, they'd be compatible with any magazine-specific CSS that uses them.

I was also thinking about making the themes set their colors in RGBA format like rgba(253,246,227,1) instead of hex like #fdf6e3. That way, we can set alpha values for cool transparent backgrounds and gradients. But I guess if I really wanted to, I could write JavaScript that make that conversion for me. I keep forgetting that there's magazine-specific JavaScript too.

@bumbervevo

client.background #ffffff

bar {
font pango:Source Sans Pro-10 10
#status_command i3blocks -c ~/.i3/i3blocks.conf
status_command i3status

colors {
separator #268bd2
background #302145
statusline #f993fa
#border #bg #text
focused_workspace #5849ce #ff42a0 #fdf6e3
active_workspace #fdf6e3 #6c71c4 #fdf6e3
inactive_workspace #002b36 #f993fa #002b36
urgent_workspace #d33682 #d33682 #fdf6e3
}
}