Color scheme with a pure black background?
from OhYeah@lemmy.dbzer0.com to linux@lemmy.ml on 12 Nov 04:48
https://lemmy.dbzer0.com/post/31347041

I was wondering if anyone knew any color schemes with a pure black background (#000000)? Every theme I could think of used something lighter colored so I wanted to know if I was missing some.

The motivation is partially I think it would look cool and partially the potential for lower power usage on an oled screen.

Edit: primarily asking for color scheme suggestions for my window manager and terminal, less so how to theme

#linux

threaded - newest

atzanteol@sh.itjust.works on 12 Nov 05:47 next collapse

Theme for what?

OhYeah@lemmy.dbzer0.com on 12 Nov 13:39 collapse

Primarily trying to theme my window manager and terminal

acockworkorange@mander.xyz on 13 Nov 21:23 collapse

Which window manager, dammit?

masterofn001@lemmy.ca on 12 Nov 06:23 next collapse

If you’re talking desktop/windows manager themes,

Graphite and colloid are a couple of my favorites.

It is offers customization via cli for things like borders, icons, compact/hdpi, etc.

The guy makes some pretty awesome themes

github.com/vinceliuice?tab=repositories

<img alt="" src="https://lemmy.ca/pictrs/image/e40cb60b-2e62-45ca-aac2-76fe03d672cd.png">

<img alt="" src="https://lemmy.ca/pictrs/image/fe916846-f4df-4444-a632-61851317082a.png">

shreddy_scientist@lemmy.ml on 12 Nov 07:25 next collapse

I love the KDE plasma theme Underworld. It’s definitely black and pairs well with a ton of stuff. I like Breeze Dark as the global theme, Ball10050’s Black color, and Underworld for the plasma style. This makes it all primarily black.

crmsnbleyd@sopuli.xyz on 12 Nov 08:00 next collapse

Flexoki GTK theme

github.com/kepano/flexoki/tree/main/gtk

[deleted] on 12 Nov 11:47 next collapse

.

nyan@sh.itjust.works on 12 Nov 14:22 next collapse

I ended up setting up custom themes for multiple different widget sets to get a true black background. It was easy for most QT variants, not too bad for GTK2, really awful for GTK3 because it doesn’t have proper documentation for manual theme creation, and I haven’t tried to tackle GTK4 yet.

Because they all need different configs (and the window manager title bar etc. may need yet another one), it’s difficult to give suggestions unless you tell us which terminal and window manager software you’re trying to theme—the requirements for a Gnome session are different from those for something like fluxbox. Some terminal software even has its own built-in theming support.

OhYeah@lemmy.dbzer0.com on 12 Nov 15:41 collapse

Oh I was more looking for suggestions of actual color schemes rather than how to theme, sorry for the confusion

He4eT@lemmy.world on 13 Nov 00:08 next collapse

You could use my GTK theme and tune the background color: github.com/He4eT/Desolate-GTK

Terminals usually allow you to choose any colors you like. For example you could pick any colorscheme here and tune the background color: terminal.love

wuphysics87@lemmy.ml on 13 Nov 22:49 next collapse

Do a web search for ‘color pallet’ and pick one that looks good with your black replacing the darkest color

fool@programming.dev on 13 Nov 22:54 collapse

You probably already know, but scheme artists avoid pure #000000 out of contrast concerns. (e.g. DarkReader can give some headaches if the background is straight black with offwhite text). That makes a #000000 scheme very rare - manual intervention required :P

If you still wanna get crackin’, just tweak a preexisting dark theme and change navies/greys to black. And if you’re talking about the palette instead of actual themes to install, this still works – just check the source for whatever colors they’re using and tweak those. (grep for hexes then sort uniq? shell exercise is left to the reader)

I’d recommend taking one of vinceliuice’s themes and just turning navy blues into blacks. For example, Graphite-gtk (has a matching qt theme) is pretty grey even with a –black tweak, but you could blacken it with some effort. Same with Colloid-gtk (also has a –black tweak).

You could probably even blackify the KDE theme’s greys if you so fancied, but then you’d need to tune down the contrast on the other colors in the set. And this and that…

If this is too inexact an answer, then ouch. I wish you luck!