Created
January 12, 2016 14:52
-
-
Save egm0121/360676216782fb176ed7 to your computer and use it in GitHub Desktop.
atom custom styles
This file contains 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 | |
*/ | |
atom-text-editor::shadow .string { | |
color: #83e76f !important; | |
} | |
atom-ternjs-type { | |
background: rgba(71, 72, 74, 0.9); | |
border: 1px solid rgba(17, 19, 20, 0.2); | |
color: #82878C; | |
border-radius: 3px; | |
padding: 5px; | |
display: inline-block; | |
position: relative; | |
.current-param { | |
font-weight: 500; | |
color: #5C5E61; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment