I don’t get dark mode people.

Random exhibit: https://robnapier.net/mockery (Comments in code examples)

It uses #586e75 (middle to dark grey) text on #002B36 (black, more or less) background.

That’s a contrast ratio of 2.78:1 (according to https://webaim.org/resources/contrastchecker/).

Fails each and every use case test.

Why? Why do they use this?

Do dark mode people not know that you do not have to have the display brightness at 100%?

A Mockery of Types - Cocoaphony

I’m going to talk about testing over the next few posts. If you’ve talked to me at any length over the last several years, you know I’ve been …

@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

@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
}
}
{
"_pleroma_theme_version": 1,
"colors": {
"bg": "#002b36",
"lightBg": "#04313c",
"btn": "#073642",
"input": "rgba(7, 54, 66, .5)",
"border": "#11404c",
"faint": "rgba(147, 161, 161, .5)",
"fg": "#93a1a1",
"lightFg": "#c5d3d3",
"base07": "#a7b5b5",
"link": "#657b83",
"icon": "#4a666c",
"cBlue": "#2aa198",
"cRed": "#dc322f",
"cGreen": "#859900",
"cOrange": "#b58900",
"cAlertRed": "rgba(220, 50, 47, .5)"
},
"radii": {
"btnRadius": "0",
"inputRadius": "0",
"panelRadius": "0",
"avatarRadius": "0",
"avatarAltRadius": "0",
"tooltipRadius": "0",
"attachmentRadius": "0"
}
}