mirror of
https://github.com/atom/atom.git
synced 2026-02-10 06:35:00 -05:00
Merge branch 'dev' into github-code-theme
Conflicts: Rakefile
This commit is contained in:
11
.atom/config.json
Normal file
11
.atom/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"editor": {
|
||||
"fontSize": 16
|
||||
},
|
||||
"core": {
|
||||
"themes": [
|
||||
"Atom - Dark",
|
||||
"IR_Black"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
.atom/themes/README.md
Normal file
1
.atom/themes/README.md
Normal file
@@ -0,0 +1 @@
|
||||
All themes in this directory will be automatically loaded
|
||||
@@ -1,8 +1,8 @@
|
||||
// User styles
|
||||
/* User styles */
|
||||
.tree-view {
|
||||
|
||||
}
|
||||
|
||||
.editor {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user