Skip to content

Commit

Permalink
Add daylight gem and nocturnal gem color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcolyer committed Jun 12, 2024
1 parent 6db5adc commit d9193ef
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions color-schemes/render/daylight-gem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name" : "Daylight Gem",
"index" : 1540,
"show-in-gui" : true,

"colors" : {
"background" : "#f0f0f0",
"axes-color" : "#373947",
"opencsg-face-front" : "#02daf7",
"opencsg-face-back" : "#014da1",
"cgal-face-front" : "#02daf7",
"cgal-face-back" : "#014da1",
"cgal-face-2d" : "#0498cf",
"cgal-edge-front" : "#b8f3f7",
"cgal-edge-back" : "#0fb7e8",
"cgal-edge-2d" : "#b6f1eb",
"crosshair" : "#5a73ba"
}
}
19 changes: 19 additions & 0 deletions color-schemes/render/nocturnal-gem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name" : "Nocturnal Gem",
"index" : 1550,
"show-in-gui" : true,

"colors" : {
"background" : "#0c0c0c",
"axes-color" : "#a7a9b7",
"opencsg-face-front" : "#02daf7",
"opencsg-face-back" : "#014da1",
"cgal-face-front" : "#02daf7",
"cgal-face-back" : "#014da1",
"cgal-face-2d" : "#0498cf",
"cgal-edge-front" : "#b8f3f7",
"cgal-edge-back" : "#0fb7e8",
"cgal-edge-2d" : "#b6f1eb",
"crosshair" : "#8aa3da"
}
}

0 comments on commit d9193ef

Please sign in to comment.