Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
Scotty3D
Commits
1c58b73b
Unverified
Commit
1c58b73b
authored
Apr 26, 2021
by
svsalem
Committed by
GitHub
Apr 26, 2021
Browse files
added yellow
parent
39646f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/manager.h
View file @
1c58b73b
...
...
@@ -36,6 +36,7 @@ struct Color {
RGBv
(
red
,
163
,
66
,
81
);
RGBv
(
green
,
124
,
172
,
40
);
RGBv
(
blue
,
64
,
127
,
193
);
RGBv
(
yellow
,
255
,
223
,
0
);
RGBv
(
hoverg
,
102
,
204
,
102
);
static
Vec3
axis
(
Axis
a
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment