From df199097c85fb66e8ac899bffb810f28d76f9911 Mon Sep 17 00:00:00 2001 From: iamdoubz Date: Mon, 31 Jan 2022 11:08:02 -0600 Subject: [PATCH 1/2] Add .mtk1 color Default color is `#000`. This hard overrides it to a font color more visible in dark and light background. --- theme-pitchblack.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-pitchblack.css b/theme-pitchblack.css index 886f49c..86f48b0 100644 --- a/theme-pitchblack.css +++ b/theme-pitchblack.css @@ -962,4 +962,8 @@ img[src$="/img/matrix.svg"] { border-bottom: none; background: var(--color-body); background-color: var(--color-body) +} + +.mtk1 { + color: #6D7178!important } \ No newline at end of file From cbf41d0a815b9d897558c0d572bf53098ba399bf Mon Sep 17 00:00:00 2001 From: iamdoubz Date: Mon, 31 Jan 2022 11:10:57 -0600 Subject: [PATCH 2/2] Add .mtk1 color Default color is `#000`. This hard overrides it to a font color more visible in dark and light background. --- theme-pitchblack.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-pitchblack.less b/theme-pitchblack.less index 367d492..0184af9 100644 --- a/theme-pitchblack.less +++ b/theme-pitchblack.less @@ -845,4 +845,8 @@ img[src$="/img/matrix.svg"] { .CodeMirror, .CodeMirror-selected, ::selection { background: var(--color-primary)!important; color: var(--color-secondary)!important; +} + +.mtk1 { + color: #6D7178!important; } \ No newline at end of file