Skip to content

Instantly share code, notes, and snippets.

@sunil-bagde
Last active June 4, 2021 11:40
Show Gist options
  • Save sunil-bagde/66716b8710fd7fb3cea3686df5524ea6 to your computer and use it in GitHub Desktop.
Save sunil-bagde/66716b8710fd7fb3cea3686df5524ea6 to your computer and use it in GitHub Desktop.
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)", },
};
@sunil-bagde
Copy link
Author

first commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment