File indexing completed on 2024-04-21 03:49:41

0001 // SPDX-License-Identifier: LGPL-2.1-or-later
0002 //
0003 // SPDX-FileCopyrightText: 2012 Illya Kovalevskyy <illya.kovalevskyy@gmail.com>
0004 //
0005 
0006 #include "MarbleColors.h"
0007 
0008 namespace Marble
0009 {
0010 namespace Oxygen
0011 {
0012 
0013 QColor const woodBrown6 = QColor::fromRgb( 56, 37, 9 );
0014 QColor const woodBrown5 = QColor::fromRgb( 87, 64, 30 );
0015 QColor const woodBrown4 = QColor::fromRgb( 117, 81, 26 );
0016 QColor const woodBrown3 = QColor::fromRgb( 143, 107, 50 );
0017 QColor const woodBrown2 = QColor::fromRgb( 179, 146, 93 );
0018 QColor const woodBrown1 = QColor::fromRgb( 222, 188, 133 );
0019 QColor const brickRed6 = QColor::fromRgb( 156, 15, 15 );
0020 QColor const brickRed5 = QColor::fromRgb( 191, 3, 3 );
0021 QColor const brickRed4 = QColor::fromRgb( 226, 8, 0 );
0022 QColor const brickRed3 = QColor::fromRgb( 232, 87, 82 );
0023 QColor const brickRed2 = QColor::fromRgb( 240, 134, 130 );
0024 QColor const brickRed1 = QColor::fromRgb( 249, 204, 202 );
0025 QColor const raspberryPink6 = QColor::fromRgb( 156, 15, 86 );
0026 QColor const raspberryPink5 = QColor::fromRgb( 191, 3, 97 );
0027 QColor const raspberryPink4 = QColor::fromRgb( 226, 0, 113 );
0028 QColor const raspberryPink3 = QColor::fromRgb( 232, 82, 144 );
0029 QColor const raspberryPink2 = QColor::fromRgb( 240, 130, 176 );
0030 QColor const raspberryPink1 = QColor::fromRgb( 249, 202, 222 );
0031 QColor const burgundyPurple6 = QColor::fromRgb( 106, 0, 86 );
0032 QColor const burgundyPurple5 = QColor::fromRgb( 133, 2, 108 );
0033 QColor const burgundyPurple4 = QColor::fromRgb( 160, 39, 134 );
0034 QColor const burgundyPurple3 = QColor::fromRgb( 177, 79, 154 );
0035 QColor const burgundyPurple2 = QColor::fromRgb( 193, 115, 176 );
0036 QColor const burgundyPurple1 = QColor::fromRgb( 232, 183, 215 );
0037 QColor const grapeViolet6 = QColor::fromRgb( 29, 10, 85 );
0038 QColor const grapeViolet5 = QColor::fromRgb( 52, 23, 110 );
0039 QColor const grapeViolet4 = QColor::fromRgb( 70, 40, 134 );
0040 QColor const grapeViolet3 = QColor::fromRgb( 100, 74, 155 );
0041 QColor const grapeViolet2 = QColor::fromRgb( 142, 121, 165 );
0042 QColor const grapeViolet1 = QColor::fromRgb( 195, 180, 218 );
0043 QColor const skyBlue6 = QColor::fromRgb( 0, 49, 110 );
0044 QColor const skyBlue5 = QColor::fromRgb( 0, 67, 138 );
0045 QColor const skyBlue4 = QColor::fromRgb( 0, 87, 174 );
0046 QColor const skyBlue3 = QColor::fromRgb( 44, 114, 199 );
0047 QColor const skyBlue2 = QColor::fromRgb( 97, 147, 207 );
0048 QColor const skyBlue1 = QColor::fromRgb( 164, 192, 228 );
0049 QColor const seaBlue6 = QColor::fromRgb( 0, 72, 77 );
0050 QColor const seaBlue5 = QColor::fromRgb( 0, 96, 102 );
0051 QColor const seaBlue4 = QColor::fromRgb( 0, 120, 128 );
0052 QColor const seaBlue3 = QColor::fromRgb( 0, 167, 179 );
0053 QColor const seaBlue2 = QColor::fromRgb( 0, 196, 204 );
0054 QColor const seaBlue1 = QColor::fromRgb( 168, 221, 224 );
0055 QColor const emeraldGreen6 = QColor::fromRgb( 0, 88, 63 );
0056 QColor const emeraldGreen5 = QColor::fromRgb( 0, 115, 77 );
0057 QColor const emeraldGreen4 = QColor::fromRgb( 0, 153, 102 );
0058 QColor const emeraldGreen3 = QColor::fromRgb( 0, 179, 119 );
0059 QColor const emeraldGreen2 = QColor::fromRgb( 0, 204, 136 );
0060 QColor const emeraldGreen1 = QColor::fromRgb( 153, 220, 198 );
0061 QColor const forestGreen6 = QColor::fromRgb( 0, 110, 41 );
0062 QColor const forestGreen5 = QColor::fromRgb( 0, 137, 44 );
0063 QColor const forestGreen4 = QColor::fromRgb( 55, 164, 44 );
0064 QColor const forestGreen3 = QColor::fromRgb( 119, 183, 83 );
0065 QColor const forestGreen2 = QColor::fromRgb( 177, 210, 143 );
0066 QColor const forestGreen1 = QColor::fromRgb( 216, 232, 194 );
0067 QColor const sunYellow6 = QColor::fromRgb( 227, 173, 0 );
0068 QColor const sunYellow5 = QColor::fromRgb( 243, 195, 0 );
0069 QColor const sunYellow4 = QColor::fromRgb( 255, 221, 0 );
0070 QColor const sunYellow3 = QColor::fromRgb( 255, 235, 85 );
0071 QColor const sunYellow2 = QColor::fromRgb( 255, 242, 153 );
0072 QColor const sunYellow1 = QColor::fromRgb( 255, 246, 200 );
0073 QColor const hotOrange6 = QColor::fromRgb( 172, 67, 17 );
0074 QColor const hotOrange5 = QColor::fromRgb( 207, 73, 19 );
0075 QColor const hotOrange4 = QColor::fromRgb( 235, 115, 49 );
0076 QColor const hotOrange3 = QColor::fromRgb( 242, 155, 104 );
0077 QColor const hotOrange2 = QColor::fromRgb( 242, 187, 136 );
0078 QColor const hotOrange1 = QColor::fromRgb( 255, 217, 176 );
0079 QColor const aluminumGray6 = QColor::fromRgb( 46, 52, 54 );
0080 QColor const aluminumGray5 = QColor::fromRgb( 85, 87, 83 );
0081 QColor const aluminumGray4 = QColor::fromRgb( 136, 138, 133 );
0082 QColor const aluminumGray3 = QColor::fromRgb( 186, 189, 182 );
0083 QColor const aluminumGray2 = QColor::fromRgb( 211, 215, 207 );
0084 QColor const aluminumGray1 = QColor::fromRgb( 238, 238, 236 );
0085 
0086 }
0087 
0088 }