Limo
A simple mod manager
Loading...
Searching...
No Matches
colors.h
Go to the documentation of this file.
1
5
6
#pragma once
7
8
#include <QColor>
9
10
11
namespace
colors
12
{
14
inline
const
QColor
BLUE
{ 0x1f77b4 };
16
inline
const
QColor
LIGHT_BLUE
{ 0x17becf };
18
inline
const
QColor
ORANGE
{ 0xff7f0e };
20
inline
const
QColor
GREEN
{ 0x2ca02c };
22
inline
const
QColor
GRAY
{ 0xbab0ac };
24
inline
const
QColor
RED
{ 0xd62728 };
26
inline
const
QColor
LIGHT_RED
{ 0xe15759 };
27
}
colors::ORANGE
const QColor ORANGE
Tableau orange.
Definition
colors.h:18
colors::LIGHT_BLUE
const QColor LIGHT_BLUE
Tableau light blue.
Definition
colors.h:16
colors::GRAY
const QColor GRAY
Tableau gray.
Definition
colors.h:22
colors::RED
const QColor RED
Tableau red.
Definition
colors.h:24
colors::LIGHT_RED
const QColor LIGHT_RED
Tableau light red.
Definition
colors.h:26
colors::GREEN
const QColor GREEN
Tableau green.
Definition
colors.h:20
colors::BLUE
const QColor BLUE
Tableau blue.
Definition
colors.h:14
src
ui
colors.h
Generated by
1.13.2