Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.32 KB

README.md

File metadata and controls

37 lines (24 loc) · 2.32 KB

everforest-walls

Collection of wallpapers I recolored to the Everforest colorscheme

Recolored for Hard Dark, using the old palette (before c7d3ffe)

Newer wallpapers will have a _1 or _2 suffix. 1 means that the highlights are recolored to around #d3c6aa (the main foreground color) and 2 means that they are instead #859289 (gray1 or the comment foreground color)

Preview of some of the wallpapers
No variants (older recolors) Variant 1 Variant 2

(yeah row 3 variants don't have that much of a diff)

How I recolor

The newer wallpapers (the ones with the _1 or _2 suffix) are done in Blender using the Color Ramp node, which basically uses the brightness of each pixel to determine how far along a gradient (of grays from the colorscheme) it should be recolored to (In-depth tutorial coming when I have enough free time).

The older wallpapers were manually tweaked in GIMP using curves, levels, and HSL tools until the colors looked right.

Comparison to alternative methods

lutgen:

  • Pro: Color Ramp gives more control over color intensity
  • Con: Color Ramp makes the image look monochrome because it selects target colors purely by brightness

shmap:

  • Pro: Color Ramp gives more control over color intensity (gradient stops)