Skip to content

Commit

Permalink
remove editor dots options for editor dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazza-231 committed Jun 5, 2024
1 parent 32fb40e commit 2d910c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 51 deletions.
55 changes: 10 additions & 45 deletions addons/editor-dark-mode/addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,18 +759,6 @@
"threshold": 110
}
},
{
"name": "workspace-dots",
"value": {
"type": "textColor",
"black": "rgba(0, 0, 0, 0.13)",
"white": "rgba(255, 255, 255, 0.13)",
"source": {
"type": "settingValue",
"settingId": "workspace"
}
}
},
{
"name": "workspace-insertionMarker",
"value": {
Expand Down Expand Up @@ -946,13 +934,6 @@
"url": "experimental_editor.css",
"matches": ["projects"]
},
{
"url": "hide_dots.css",
"matches": ["projects"],
"if": {
"settings": { "dots": false }
}
},
{
"url": "paper.css",
"matches": ["projects"],
Expand Down Expand Up @@ -1088,12 +1069,6 @@
"default": "#ffffff0d",
"allowTransparency": true
},
{
"name": "Show workspace dots",
"id": "dots",
"type": "boolean",
"default": false
},
{
"name": "Change the costume editor background",
"id": "affectPaper",
Expand Down Expand Up @@ -1130,8 +1105,7 @@
"palette": "#202020cc",
"fullscreen": "#000000",
"stageHeader": "#000000",
"border": "#ffffff0d",
"dots": false
"border": "#ffffff0d"
}
},
{
Expand All @@ -1156,8 +1130,7 @@
"palette": "#202020cc",
"fullscreen": "#000000",
"stageHeader": "#000000",
"border": "#ffffff0d",
"dots": false
"border": "#ffffff0d"
}
},
{
Expand All @@ -1182,8 +1155,7 @@
"palette": "#2f4066cc",
"fullscreen": "#051638",
"stageHeader": "#051638",
"border": "#00000026",
"dots": false
"border": "#00000026"
}
},
{
Expand All @@ -1208,8 +1180,7 @@
"palette": "#222222cc",
"fullscreen": "#222222",
"stageHeader": "#222222",
"border": "#111111",
"dots": false
"border": "#111111"
}
},
{
Expand All @@ -1234,8 +1205,7 @@
"palette": "#333333cc",
"fullscreen": "#282828",
"stageHeader": "#333333",
"border": "#444444",
"dots": true
"border": "#444444"
}
},
{
Expand All @@ -1260,8 +1230,7 @@
"palette": "#111111cc",
"fullscreen": "#111111",
"stageHeader": "#111111",
"border": "#ffffff26",
"dots": true
"border": "#ffffff26"
}
},
{
Expand All @@ -1286,8 +1255,7 @@
"palette": "#e6e8e8cc",
"fullscreen": "#ffffffff",
"stageHeader": "#e6e8e8",
"border": "#d0d1d2",
"dots": true
"border": "#d0d1d2"
}
},
{
Expand All @@ -1312,8 +1280,7 @@
"palette": "#7c8083cc",
"fullscreen": "#000001",
"stageHeader": "#000001",
"border": "#0000006b",
"dots": false
"border": "#0000006b"
}
},
{
Expand All @@ -1338,8 +1305,7 @@
"palette": "#f9f9f9cc",
"fullscreen": "#ffffff",
"stageHeader": "#e8edf1",
"border": "#00000026",
"dots": true
"border": "#00000026"
}
},
{
Expand All @@ -1364,8 +1330,7 @@
"palette": "#f9f9f9cc",
"fullscreen": "#ffffff",
"stageHeader": "#e8edf1",
"border": "#00000026",
"dots": true
"border": "#00000026"
}
}
],
Expand Down
3 changes: 0 additions & 3 deletions addons/editor-dark-mode/experimental_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,6 @@ img[class*="tool-select-base_tool-select-icon_"],
.blocklySvg {
background-color: var(--editorDarkMode-workspace);
}
[id^="blocklyGridPattern"] line {
stroke: var(--editorDarkMode-workspace-dots);
}
.blocklyMainWorkspaceScrollbar .blocklyScrollbarHandle,
.blocklyMainWorkspaceScrollbar .blocklyScrollbarBackground:hover + .blocklyScrollbarHandle,
.blocklyMainWorkspaceScrollbar .blocklyScrollbarHandle:hover {
Expand Down
3 changes: 0 additions & 3 deletions addons/editor-dark-mode/hide_dots.css

This file was deleted.

0 comments on commit 2d910c1

Please sign in to comment.