Palette

A collection of common color palettes.


Source: pkg/lua/lib/palette.go | Import: palette

Functions


dracula

dracula() -> struct<palette.Dracula>

Return Values

  • struct<palette.Dracula> - The Dracula color palette.
tokyo_night

tokyo_night() -> struct<palette.TokyoNight>

Return Values

  • struct<palette.TokyoNight> - The Tokyo Night color palette.
tokyo_day

tokyo_day() -> struct<palette.TokyoDay>

Return Values

  • struct<palette.TokyoDay> - The Tokyo Day color palette.
gamemaker

gamemaker() -> struct<palette.GameMaker>

Return Values

  • struct<palette.GameMaker> - The GameMaker color palette.
rainbow

rainbow() -> struct<palette.Rainbow>

Return Values

  • struct<palette.Rainbow> - The rainbow color palette.
gameboy

gameboy() -> struct<palette.Gameboy>

Return Values

  • struct<palette.Gameboy> - The Gameboy color palette.

Structs


Dracula

Properties

  • background struct<image.ColorRGBA> - The background color.
  • current_line struct<image.ColorRGBA> - The current line color.
  • foreground struct<image.ColorRGBA> - The foreground color.
  • comment struct<image.ColorRGBA> - The comment color.
  • cyan struct<image.ColorRGBA> - The cyan color.
  • green struct<image.ColorRGBA> - The green color.
  • orange struct<image.ColorRGBA> - The orange color.
  • pink struct<image.ColorRGBA> - The pink color.
  • purple struct<image.ColorRGBA> - The purple color.
  • red struct<image.ColorRGBA> - The red color.
  • yellow struct<image.ColorRGBA> - The yellow color.
TokyoNight

Properties

  • background_night struct<image.ColorRGBA> - The background color for night.
  • background_storm struct<image.ColorRGBA> - The background color for storm.
  • terminal_black struct<image.ColorRGBA> - The terminal black color.
  • comment struct<image.ColorRGBA> - The comment color.
  • text struct<image.ColorRGBA> - The text color.
  • foreground struct<image.ColorRGBA> - The foreground color.
  • terminal_white struct<image.ColorRGBA> - The terminal white color.
  • purple struct<image.ColorRGBA> - The purple color.
  • blue struct<image.ColorRGBA> - The blue color.
  • light_blue struct<image.ColorRGBA> - The light blue color.
  • cyan struct<image.ColorRGBA> - The cyan color.
  • light_cyan struct<image.ColorRGBA> - The light cyan color.
  • blue_green struct<image.ColorRGBA> - The blue green color.
  • green struct<image.ColorRGBA> - The green color.
  • white struct<image.ColorRGBA> - The white color.
  • light_orange struct<image.ColorRGBA> - The light orange color.
  • orange struct<image.ColorRGBA> - The orange color.
  • red struct<image.ColorRGBA> - The red color.
TokyoDay

Properties

  • background struct<image.ColorRGBA> - The background color.
  • terminal_black struct<image.ColorRGBA> - The terminal black color.
  • comment struct<image.ColorRGBA> - The comment color.
  • text struct<image.ColorRGBA> - The text color.
  • foreground struct<image.ColorRGBA> - The foreground color.
  • purple struct<image.ColorRGBA> - The purple color.
  • blue struct<image.ColorRGBA> - The blue color.
  • cyan struct<image.ColorRGBA> - The cyan color.
  • dark_cyan struct<image.ColorRGBA> - The dark cyan color.
  • blue_green struct<image.ColorRGBA> - The blue green color.
  • green struct<image.ColorRGBA> - The green color.
  • brown struct<image.ColorRGBA> - The brown color.
  • orange struct<image.ColorRGBA> - The orange color.
  • red_orange struct<image.ColorRGBA> - The red orange color.
  • red struct<image.ColorRGBA> - The red color.
GameMaker

Properties

  • aqua struct<image.ColorRGBA> - The aqua color.
  • black struct<image.ColorRGBA> - The black color.
  • blue struct<image.ColorRGBA> - The blue color.
  • dkgray struct<image.ColorRGBA> - The dark gray color.
  • fuchsia struct<image.ColorRGBA> - The fuchsia color.
  • gray struct<image.ColorRGBA> - The gray color.
  • green struct<image.ColorRGBA> - The green color.
  • lime struct<image.ColorRGBA> - The lime color.
  • ltgray struct<image.ColorRGBA> - The light gray color.
  • maroon struct<image.ColorRGBA> - The maroon color.
  • navy struct<image.ColorRGBA> - The navy color.
  • olive struct<image.ColorRGBA> - The olive color.
  • orange struct<image.ColorRGBA> - The orange color.
  • purple struct<image.ColorRGBA> - The purple color.
  • red struct<image.ColorRGBA> - The red color.
  • silver struct<image.ColorRGBA> - The silver color.
  • teal struct<image.ColorRGBA> - The teal color.
  • white struct<image.ColorRGBA> - The white color.
  • yellow struct<image.ColorRGBA> - The yellow color.
Rainbow

Properties

  • violet struct<image.ColorRGBA> - The violet color.
  • indigo struct<image.ColorRGBA> - The indigo color.
  • blue struct<image.ColorRGBA> - The blue color.
  • green struct<image.ColorRGBA> - The green color.
  • yellow struct<image.ColorRGBA> - The yellow color.
  • orange struct<image.ColorRGBA> - The orange color.
  • red struct<image.ColorRGBA> - The red color.
Gameboy

Properties

  • dark struct<image.ColorRGBA> - The dark color.
  • green struct<image.ColorRGBA> - The green color.
  • light struct<image.ColorRGBA> - The light color.
  • white struct<image.ColorRGBA> - The white color.