Created
February 1, 2016 11:46
-
-
Save quis/9e96b0e2d57527ae03dd to your computer and use it in GitHub Desktop.
~/.atom/styles.less
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed. | |
* | |
* If you are unfamiliar with LESS, you can read more about it here: | |
* http://www.lesscss.org | |
*/ | |
.tree-view { | |
background: #073642; | |
font-family: "CamingoCode", monospace; | |
font-size: 16px; | |
} | |
.editor { | |
} | |
.editor .cursor { | |
} | |
.tree-view-resize-handle { | |
width: 6px !important; | |
background: rgba(255, 255, 255, 0.05); | |
} | |
.focusable-panel:focus { | |
background: #073642; | |
} | |
.tool-panel { | |
background: #073642; | |
} | |
.tool-panel.panel-bottom { | |
border-top: 1px solid #073642; | |
} | |
.list-tree .selected:before { | |
background: linear-gradient(90deg, rgba(0,0,0,0.3), rgba(255,255,255,0.0)); | |
} | |
.tab-bar { | |
background: #073642; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment