mirror of
https://github.com/taigrr/simplecolorpalettes.git
synced 2026-04-02 04:59:08 -07:00
initial commit
This commit is contained in:
24
wombat/wombat.go
Normal file
24
wombat/wombat.go
Normal file
@@ -0,0 +1,24 @@
|
||||
package wombat
|
||||
|
||||
var (
|
||||
Colors = []int{0x141413, 0x242424, 0x32322F, 0x40403C, 0x767676, 0x7CB0E6,
|
||||
0x86CD74, 0x94E42C, 0xB5D3F3, 0xCAE682, 0xDADADA, 0xE55345, 0xE5786D,
|
||||
0xFADE3E, 0xFDE76E,
|
||||
}
|
||||
|
||||
Black = 0x141413
|
||||
Grey1 = 0x242424
|
||||
Grey2 = 0x32322F
|
||||
Grey3 = 0x40403C
|
||||
Grey4 = 0x767676
|
||||
Blue = 0x7CB0E6
|
||||
LightGreen = 0x86CD74
|
||||
Green = 0x94E42C
|
||||
BlueGrey = 0xB5D3F3
|
||||
Lime = 0xCAE682
|
||||
Pink = 0xDADADA
|
||||
Red = 0xE55345
|
||||
Salmon = 0xE5786D
|
||||
Yellow = 0xFADE3E
|
||||
Amber = 0xFDE76E
|
||||
)
|
||||
Reference in New Issue
Block a user