Created
May 4, 2019 19:05
-
-
Save stevencch99/cbe57eadaf4cf4d3917031664523230b to your computer and use it in GitHub Desktop.
style.css
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
/* Add the subtle gradient to the editor background */ | |
.monaco-editor { | |
background-color: transparent !important; | |
/* 背景顏色預設值,先註解起來留著 */ | |
/* background-image: linear-gradient(to bottom, #2a2139 75%, #34294f); */ | |
/* 修改成自己喜歡的背景顏色 */ | |
background-image: linear-gradient(to bottom, hsla(209, 100%, 16%, 0.836) 50%, #003c44); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment