diff options
Diffstat (limited to 'atom/styles.less')
| -rw-r--r-- | atom/styles.less | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/atom/styles.less b/atom/styles.less new file mode 100644 index 0000000..7a9cc70 --- /dev/null +++ b/atom/styles.less @@ -0,0 +1,24 @@ + +.tree-view { + font-size: 16px; +} + +.tab-bar .tab { + font-size: 16px; +} + +.symbols-tree-view { + font-size: 14px; +} + +.editor { + -webkit-font-smoothing: antialiasing; +} + +.editor, atom-text-editor.editor { + .bracket-matcher .region { + position: absolute; + border: 1px solid rgba(0, 255, 0, 0.7); + background-color: rgba(0, 255, 0, 0.3); + } +} |
