📄️ Create good custom themes by using the color utilities
Most people just use the default themes bundled with gowall via gowall list. You know catppuccin,gruvbox.nord.
📄️ Generate color variants
monochrome, shades, tints, and tones are all variants. All affect one color and mutate it in some way to create variations of it. Check out the usage section below to visually understand
📄️ Generate gradients
You know what a gradient is, so its pretty self explanatory. The gradient command gives you the options to control the dimensions, direction (rotation), and color blending method. The gradients all linear.
📄️ Around the Color Wheel
This section essentially focuses on solving the below questions:
📄️ Blend colors
Blending is moving color A toward color B by some percentage, essentially interpolation.
📄️ Lighten & darken a color
Lighten or darken a color by a specific amount, essentially change its brightness. You know when you want to tweak
📄️ Convert color to different formats
Do you wish to convert a color to a different format? (color space)