~bzg/dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
5 2

[PATCH emacs-doctor.com] Fix dark theme

Details
Message ID
<20220421102931.37725-1-lucien@phundrak.com>
DKIM signature
missing
Download raw message
Patch: +2 -3
---
I’m an idiot and made the dark theme not so dark. This commit fixes
this issue.

 index.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.css b/index.css
index b28a063..0e95f26 100644
--- a/index.css
+++ b/index.css
@@ -10,8 +10,7 @@ body {

@media (prefers-color-scheme: dark) {
    body {
        background: white;
        color: black;
        background: black;
        color: white;
    }
}
--
2.36.0
Details
Message ID
<87ilr2ofch.fsf@gnu.org>
In-Reply-To
<20220421102931.37725-1-lucien@phundrak.com> (view parent)
DKIM signature
missing
Download raw message
Lucien Cartier-Tilet <lucien@phundrak.com> writes:

> ---
> I’m an idiot and made the dark theme not so dark. This commit fixes
> this issue.

Applied, thanks!

-- 
 Bastien
Details
Message ID
<87o80u1xde.fsf@phundrak.com>
In-Reply-To
<87ilr2ofch.fsf@gnu.org> (view parent)
DKIM signature
missing
Download raw message
Bastien <bzg@gnu.org> writes:

> Applied, thanks!
You’re welcome!

When writing the patches for dark mode, I was thinking about applying
softer colors for both the light theme and the dark theme, but I chose
not to in favor of first submitting a vanilla dark theme.

Would you be interested in such changes? These changes would be in
spirit similar to the color scheme of bettermotherfuckingwebsite.com

--
Lucien “Phundrak” Cartier-Tilet
<https://phundrak.com> (Français)
<https://phundrak.com/en> (English)
Sent from GNU/Emacs
Details
Message ID
<871qxqob7n.fsf@gnu.org>
In-Reply-To
<87o80u1xde.fsf@phundrak.com> (view parent)
DKIM signature
missing
Download raw message
Lucien Cartier-Tilet <lucien@phundrak.com> writes:

> Would you be interested in such changes? These changes would be in
> spirit similar to the color scheme of bettermotherfuckingwebsite.com

Yes, I'm interested in this, for both the light and dark themes.

Thank you very much!

-- 
 Bastien
Details
Message ID
<874k2ljrhe.fsf@phundrak.com>
In-Reply-To
<871qxqob7n.fsf@gnu.org> (view parent)
DKIM signature
missing
Download raw message
Bastien <bzg@gnu.org> writes:

> Yes, I'm interested in this, for both the light and dark themes.

Alright, I’ve written and attached to this message two patches:
- one with softer though more basic colors
- one using the Nord Theme
I personally prefer the latter, but the former should be more neutral,
it’s your call on which to use.

> Thank you very much!

You’re welcome!

--
Lucien “Phundrak” Cartier-Tilet
<https://phundrak.com> (Français)
<https://phundrak.com/en> (English)
Sent from GNU/Emacs
Details
Message ID
<8735i42u60.fsf@gnu.org>
In-Reply-To
<874k2ljrhe.fsf@phundrak.com> (view parent)
DKIM signature
missing
Download raw message
Hi Lucien,

Lucien Cartier-Tilet <lucien@phundrak.com> writes:

> Alright, I’ve written and attached to this message two patches:
> - one with softer though more basic colors

I have applied this one above -- feel free to suggest other color
schemes by sending screenshots to the ~bzg/emacsfr mailing list.

Thanks!

-- 
 Bastien
Reply to thread Export thread (mbox)