Last active
November 5, 2022 15:22
-
-
Save abzrg/9cea7cea7ee9299540c54676076ff404 to your computer and use it in GitHub Desktop.
darkplus theme for overleaf (first choose the tommorow night and then apply this theme)
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
/* ==UserStyle== | |
@name overleaf.com - 11/5/2022, 4:42:33 PM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document domain("overleaf.com") { | |
/* Insert code here... */ | |
} | |
.cm-content { | |
font-size: 20px; | |
font-family: Consolas NF, Monaco, Menlo, Ubuntu Mono, Consolas, monospace; | |
line-height: 1.6; | |
} | |
div[class^='ͼ'], div[class*=' ͼ'] .cm-content { | |
font-size: 20px; | |
font-family: Consolas NF, Lucida Console, Source Code Pro, monospace; | |
line-height: 1.6; | |
} | |
[class^='ͼ'], [class*=' ͼ'] .cm-scroller { | |
display: flex !important; | |
align-items: flex-start !important; | |
font-family: Consolas NF; | |
line-height: 1.4; | |
height: 100%; | |
overflow-x: auto; | |
position: relative; | |
z-index: 0; | |
} | |
div[class^='ͼ'], div[class*='ͼ'] .tok-comment { | |
color: #6a9955; | |
} | |
div[class^='ͼ'], div[class*='ͼ'] { | |
background-color: #1e1e1e; | |
color: #d4d4d4; | |
} | |
div[class^='ͼ'], div[class*='ͼ'] .tok-string { | |
color: #4ec9b0; | |
} | |
div[class^='ͼ'], div[class*='ͼ'] .tok-attributeValue { | |
color: #569cd6; | |
} | |
div[class^='ͼ'], div[class*='ͼ'] .tok-typeName { | |
color: #dcdcaa; | |
} | |
div[class^='ͼ'], div[class*='ͼ'] .tok-keyword { | |
color: #dcdcaa; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment