aboutsummaryrefslogtreecommitdiff
path: root/atom/styles.less
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2015-05-12 21:18:32 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2020-02-26 00:33:29 +0100
commit1e263266388c0b6cd39e09d81513e32aedc4268c (patch)
tree129f9d7620892ff9eb50f3738ff38de9155b76d1 /atom/styles.less
.
Diffstat (limited to 'atom/styles.less')
-rw-r--r--atom/styles.less24
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);
+ }
+}