Skip to content

Commit

Permalink
* add Blender Lighter and Green viewports themes by Julius
Browse files Browse the repository at this point in the history
  • Loading branch information
Garux committed Jan 27, 2025
1 parent 063784e commit 870bdc2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ menus...
* view->filter->sky: Q3 shader based skies (skyParms keyword)
* Misc->Colors display colors
* Misc->Colors->Viewports Theme: load from .json presets stored in install/themes/_colors/
* add Blender Lighter and Green viewports themes by Julius

misc...
* removed note to save before going to preferences, project settings
Expand Down
15 changes: 15 additions & 0 deletions setup/data/tools/themes/_colors/Blender Lighter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* Blender2 Color Scheme: LIGHTER background, BLACK grid & WHITE brushes */
{
/* TextureBackground */ "SI_Colors0" : [0.239215, 0.239215, 0.239215],
/* CameraBackground */ "SI_Colors4" : [0.239215, 0.239215, 0.239215],
/* GridBackground */ "SI_Colors1" : [0.290196, 0.290196, 0.290196],
/* GridMajor */ "SI_Colors3" : [0.156862, 0.156862, 0.156862],
/* GridMinor */ "SI_Colors2" : [0.239215, 0.239215, 0.239215],
/* GridText */ "SI_Colors7" : [0.721568, 0.721568, 0.721568],
/* GridBlock */ "SI_Colors6" : [0.250980, 0.501960, 1.0],
/* Brush */ "SI_Colors8" : [0.843137, 0.843137, 0.843137],
/* SelectedBrush */ "SI_Colors11": [1.0, 0.627450, 0.156862],
/* CameraSelectedBrush */ "SI_Colors12": [1.0, 0.627450, 0.156862],
/* Clipper */ "SI_Colors10": [0.501960, 1.0, 1.0],
/* OrthoViewName */ "SI_Colors9" : [0.721568, 0.721568, 0.721568],
}
15 changes: 15 additions & 0 deletions setup/data/tools/themes/_colors/Green.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* Green Color Scheme: GREEN background, GREEN grid & WHITE brushes */
{
/* TextureBackground */ "SI_Colors0" : [0.239215, 0.239215, 0.239215],
/* CameraBackground */ "SI_Colors4" : [0.239215, 0.239215, 0.239215],
/* GridBackground */ "SI_Colors1" : [0.094117, 0.317647, 0.274509],
/* GridMajor */ "SI_Colors3" : [0.223529, 0.450980, 0.407843],
/* GridMinor */ "SI_Colors2" : [0.145098, 0.360784, 0.317647],
/* GridText */ "SI_Colors7" : [0.223529, 0.749019, 0.647058],
/* GridBlock */ "SI_Colors6" : [0.250980, 0.564705, 1.0],
/* Brush */ "SI_Colors8" : [0.901960, 0.901960, 0.901960],
/* SelectedBrush */ "SI_Colors11": [0.298039, 1.0, 0.862745],
/* CameraSelectedBrush */ "SI_Colors12": [0.501960, 1.0, 0.901960],
/* Clipper */ "SI_Colors10": [0.501960, 1.0, 1.0],
/* OrthoViewName */ "SI_Colors9" : [0.486274, 0.749019, 0.698039],
}

0 comments on commit 870bdc2

Please sign in to comment.