Files
atom/.atom/config.json

12 lines
127 B
JSON

{
"editor": {
"fontSize": 16
},
"core": {
"themes": [
"atom-dark-ui",
"atom-dark-syntax"
]
}
}