Documentation
¶
Overview ¶
Package colours provides colour constants and a couple of utility functions.
Index ¶
Constants ¶
View Source
const ( Teal = 0x1abc9c DarkTeal = 0x11806a Green = 0x2ecc71 DarkGreen = 0x1f8b4c Blue = 0x3498db DarkBlue = 0x206694 Purple = 0x9b59b6 DarkPurple = 0x71368a Magenta = 0xe91e63 DarkMagenta = 0xad1457 Gold = 0xf1c40f DarkGold = 0xc27c0e Orange = 0xe67e22 DarkOrange = 0xa84300 Red = 0xe74c3c DarkRed = 0x992d22 LighterGrey = 0x95a5a6 DarkGrey = 0x607d8b LightGrey = 0x979c9f DarkerGrey = 0x546e7a Blurple = 0x7289da Greyple = 0x99aab5 DarkTheme = 0x36393F )
Common hex colours, taken from discord.py
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.