Skip to content

Commit 8ea3464

Browse files
committed
Rename files to match other contrib themes
1 parent 2a6543b commit 8ea3464

7 files changed

+5
-5
lines changed

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
images
2-
colors.scss
2+
theme.scss
33

44
# VS Code history extension
55
.history
File renamed without changes.
File renamed without changes.
File renamed without changes.

theme.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ module.exports = function(RED) {
22
RED.plugins.registerPlugin('solarized-dark-grey', {
33
type: 'node-red-theme',
44
css: [
5-
'solarized-dark-grey.css',
6-
'solarized-dark-grey-nodes.css'
5+
'theme.min.css',
6+
'theme-nodes.css'
77
],
88
scripts: [
9-
'theme-tomorrow.js',
10-
'solarized-dark-grey.js'
9+
'ace-editor-theme.js',
10+
'ace-editor-config.js'
1111
]
1212
});
1313
};
File renamed without changes.

colors.scss renamed to theme.scss

File renamed without changes.

0 commit comments

Comments
 (0)