mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-03-17 18:48:37 +01:00
Make it a package
This commit is contained in:
parent
01e0e0d95f
commit
d709c549ed
14
index.less
Normal file
14
index.less
Normal file
@ -0,0 +1,14 @@
|
||||
@import 'stylesheets/atom';
|
||||
@import 'stylesheets/utilities';
|
||||
@import 'stylesheets/text';
|
||||
@import 'stylesheets/git';
|
||||
@import 'stylesheets/sites';
|
||||
@import 'stylesheets/loading';
|
||||
@import 'stylesheets/buttons';
|
||||
@import 'stylesheets/panels';
|
||||
@import 'stylesheets/panes';
|
||||
@import 'stylesheets/lists';
|
||||
@import 'stylesheets/editor';
|
||||
@import 'stylesheets/tabs';
|
||||
@import 'stylesheets/overlays';
|
||||
@import 'stylesheets/dropdowns';
|
16
package.cson
16
package.cson
@ -1,16 +0,0 @@
|
||||
'stylesheets': [
|
||||
'atom'
|
||||
'utilities'
|
||||
'text'
|
||||
'git'
|
||||
'sites'
|
||||
'loading'
|
||||
'buttons'
|
||||
'panels'
|
||||
'panes'
|
||||
'lists'
|
||||
'editor'
|
||||
'tabs'
|
||||
'overlays'
|
||||
'dropdowns'
|
||||
]
|
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "atom-ui-dark",
|
||||
"theme": true,
|
||||
"version": "0.0.0",
|
||||
"description": "Default dark theme for interface components",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/atom/atom-dark-ui.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/atom/atom-dark-ui/issues"
|
||||
},
|
||||
"engines": {
|
||||
"atom": ">26.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user