Saga
Saga Game Engine
Loading...
Searching...
No Matches
colorthemes.h
Go to the documentation of this file.
1#pragma once
2#include <glm/vec3.hpp>
3
4// at https://lospec.com/palette-list/nostalgic-dreams
6{
7 inline glm::vec3 colors[8] = {
8 glm::vec3(0xd9, 0xaf, 0x80)/255.0f,
9 glm::vec3(0xb0, 0x79, 0x72)/255.0f,
10 glm::vec3(0x52, 0x43, 0x52)/255.0f,
11 glm::vec3(0x68, 0x68, 0x87)/255.0f,
12 glm::vec3(0x7f, 0x9b, 0xb0)/255.0f,
13 glm::vec3(0xbf, 0xd4, 0xb0)/255.0f,
14 glm::vec3(0x90, 0xb8, 0x70)/255.0f,
15 glm::vec3(0x62, 0x8c, 0x70)/255.0f
16 };
17} // namespace Theme_Nostalgic
Definition: colorthemes.h:6
glm::vec3 colors[8]
Definition: colorthemes.h:7