Last active
June 4, 2021 11:40
-
-
Save sunil-bagde/66716b8710fd7fb3cea3686df5524ea6 to your computer and use it in GitHub Desktop.
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
const newS = { | |
codeFold: { "background-color": "rgb(241, 248, 255)", height: "40px", "font - size": "14px", "font-weight": 700, }, | |
codeFoldContent: { color: "rgb(33, 37, 41)", }, | |
codeFoldGutter: { 'background-color': 'rgb(219, 237, 255)', }, | |
content: {width: "100%", }, | |
contentText: { color: "rgb(33, 37, 41)", }, | |
diffAdded: { background: "rgb(230, 255, 237)", color: "rgb(36, 41, 46)", }, | |
diffContainer: { width: "100%", background: "rgb(255, 255, 255)", 'border-collapse': "collapse", }, | |
diffRemoved: { background: "rgb(255, 238, 240)", color: "rgb(36, 41, 46)", }, | |
emptyLine: { "background-color": "rgb(250, 251, 252)", }, | |
gutter: { "user-select": "none", "min-width": "50px", "padding": "0px 10px", "text-align": "right", background: "rgb(247, 247, 247)", }, | |
highlightedLine: { background: "rgb(255, 251, 221)", }, | |
line: { "vertical-align": "baseline", }, | |
lineNumber: { color: "rgb(33, 37, 41)", }, | |
marker: {width: "25px", "padding-left": "10px", "padding-right": "10px", "user-select": "none", }, | |
titleBlock: { background: "rgb(250, 251, 252)", padding: "10px", "border-bottom": "1px solid rgb(238, 238, 238)", }, | |
wordAdded: { background: "rgb(172, 242, 189)", }, | |
wordDiff: { padding: "2px", display:"inline-flex" ,'border-radius': "1px", }, | |
wordRemoved: { background: "rgb(253, 184, 192)", }, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
first commit