Gruvbox-dark for OpenSCAD both editor and renderer
This commit is contained in:
commit
2c6544801c
46
editor/gruvbox.json
Normal file
46
editor/gruvbox.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"name" : "Gruvbox (dark)",
|
||||||
|
"index" : 1310,
|
||||||
|
"paper" : "#1d2021",
|
||||||
|
"text" : "#ebdbb2",
|
||||||
|
"caret" : {
|
||||||
|
"width" : 2,
|
||||||
|
"foreground" : "#fb4934",
|
||||||
|
"line-background" : "#282828"
|
||||||
|
},
|
||||||
|
"colors" : {
|
||||||
|
"keyword1" : "#cc241d",
|
||||||
|
"keyword2" : "#98971a",
|
||||||
|
"keyword3" : "#d79921",
|
||||||
|
"commentline" : "#1d2021",
|
||||||
|
"commentdoc" : "#1d2021",
|
||||||
|
"commentdockeyword" : "#b16286",
|
||||||
|
|
||||||
|
"comment" : "#1d2021",
|
||||||
|
"number" : "#458588",
|
||||||
|
"string" : "#b16286",
|
||||||
|
"operator" : "#689d6a",
|
||||||
|
"variables" : "LightGray",
|
||||||
|
|
||||||
|
"keywords" : "#cc241d",
|
||||||
|
"transformations" : "#d79921",
|
||||||
|
"booleans" : "#d79921",
|
||||||
|
"functions" : "#98971a",
|
||||||
|
"models" : "#d79921",
|
||||||
|
"special-variables" : "#cc241d",
|
||||||
|
|
||||||
|
"whitespace-foreground" : "#ebdbb2",
|
||||||
|
"selection-foreground" : "#fdf6e3",
|
||||||
|
"selection-background" : "#1d2021",
|
||||||
|
"margin-background" : "#282828",
|
||||||
|
"margin-foreground" : "#ebdbb2",
|
||||||
|
"matched-brace-background" : "#0c4e22",
|
||||||
|
"matched-brace-foreground" : "#fb4934",
|
||||||
|
"unmatched-brace-background" : "#92211f",
|
||||||
|
"unmatched-brace-foreground" : "#fb4934",
|
||||||
|
"error-marker" : "#ff0000",
|
||||||
|
"error-indicator" : "#90ff8080",
|
||||||
|
"error-indicator-outline" : "#ff000000",
|
||||||
|
"edge" : "#d79921"
|
||||||
|
}
|
||||||
|
}
|
19
render/gruvbox.json
Normal file
19
render/gruvbox.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name" : "Gruvbox",
|
||||||
|
"index" : 1701,
|
||||||
|
"show-in-gui" : true,
|
||||||
|
|
||||||
|
"colors" : {
|
||||||
|
"background" : "#1d2021",
|
||||||
|
"axes-color" : "#a09781",
|
||||||
|
"opencsg-face-front" : "#d79921",
|
||||||
|
"opencsg-face-back" : "#b16286",
|
||||||
|
"cgal-face-front" : "#d79921",
|
||||||
|
"cgal-face-back" : "#b16286",
|
||||||
|
"cgal-face-2d" : "#98971a",
|
||||||
|
"cgal-edge-front" : "#d79921",
|
||||||
|
"cgal-edge-back" : "#d79921",
|
||||||
|
"cgal-edge-2d" : "#d79921",
|
||||||
|
"crosshair" : "#a09781"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user