Last active
October 24, 2022 13:21
-
-
Save shubhgo/e14cfb417de508ae62ae613974661de7 to your computer and use it in GitHub Desktop.
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
/*@font-face { | |
font-family: 'm1plusm'; | |
src: url(https://mplus-fonts.osdn.jp/webfonts/basic_latin/mplus-1m-light-sub.woff) format("truetype"); | |
}*/ | |
.figure img { | |
background-color: white | |
} | |
.tb-title-wrapper { | |
color: #898A81; | |
} | |
.tb-button { | |
color: #898A81; | |
} | |
/*Input panel*/ | |
#notebook-input-widget-panel, | |
#notebook-input-widget-panel .widget-panel-settings{ | |
background-color: #464644; | |
color: #d4d4d4; | |
} | |
#notebook-input-widget-panel .widget-panel-settings i{ | |
color: #d4d4d4; | |
} | |
.input-widget-panel .input-widget-view .input-label { | |
color: #9f9f9f; | |
} | |
.input-widget-panel .input-widget-view .text-input-widget input, | |
.input-widget-panel .input-widget-view .combobox-input-widget input, | |
.input-widget-panel .input-widget-view .dropdown-input-widget select | |
{ | |
color: #d4d4d4; | |
background-color: #383838; | |
} | |
/*sidebar*/ | |
.ft-panel.ui-droppable.ui-resizable{ | |
background-color: #363636 !important; | |
} | |
.filetree .ft-panel{ | |
width:500px; | |
} | |
.filetree li.top-link a.filetree-link, .filetree li.top-link a.sidebar-panel-link, | |
.filetree li.top-link.has-menu | |
{ | |
background-color: #464644; | |
color: #a8a9a4; | |
} | |
.filetree li.top-link.has-menu i{ | |
color: #a8a9a4; | |
} | |
#topbar { | |
background-color: #464644; | |
color: #898A81; | |
} | |
.fa { | |
color: #898A81; | |
} | |
.tb-status.presence li>div { | |
border-bottom-color: #898A81; | |
} | |
.new-notebook.overallContainer { | |
background-color: #464644; | |
} | |
#overallView{ | |
background-color: #464644; | |
} | |
/*cell background color*/ | |
.new-notebook.command.mainCommand { | |
background-color: #383838; | |
} | |
/* | |
.new-notebook.command.mainCommand .command-text{ | |
background-color:rgba(255, 255, 255, 0.13); | |
} | |
*/ | |
.new-notebook.command.mainCommand { | |
border-color: #7D7D7D; | |
} | |
.command-text.command-text-edit { | |
border-color: #fff; | |
} | |
.new-notebook.command.mainCommand .command-text.is-editing { | |
border-color: #000; | |
} | |
.command-result pre{ | |
color: #d4d4d4; | |
} | |
.CodeMirror, | |
.command-text, | |
pre.capture-run-mode{ | |
/* font-family: m1plusm; | |
-webkit-font-smoothing: subpixel-antialiased; | |
font-size: 16px;*/ | |
color: #C7E4FD; | |
} | |
/* Syntax coloring*/ | |
.cm-s-eclipse-focus span.cm-comment, | |
.cm-s-eclipse span.cm-comment{ | |
color: #9b703f; | |
} | |
.cm-s-eclipse-focus span.cm-atom, | |
.cm-s-eclipse span.cm-atom{ | |
color: #9b859d; | |
} | |
.cm-s-eclipse-focus span.cm-number, | |
.cm-s-eclipse span.cm-number{ | |
color: #9b859d; | |
} | |
.cm-s-eclipse-focus span.cm-property, | |
.cm-s-eclipse-focus span.cm-attribute, | |
.cm-s-eclipse span.cm-property, | |
.cm-s-eclipse span.cm-attribute{ | |
color: #8f9d6a; | |
} | |
.cm-s-eclipse-focus span.cm-keyword, | |
.cm-s-eclipse span.cm-keyword{ | |
color: #cf6a4c; | |
} | |
.cm-s-eclipse-focus span.cm-string, | |
.cm-s-eclipse span.cm-string { | |
color: #f9ee98; | |
} | |
.cm-s-eclipse-focus span.cm-operator, | |
.cm-s-eclipse span.cm-operator{ | |
color: #9b703f; | |
} | |
.cm-s-eclipse-focus span.cm-builtin, | |
.cm-s-eclipse span.cm-builtin{ | |
color: #9b859d; | |
} | |
.cm-s-eclipse-focus span.cm-variable, | |
.cm-s-eclipse span.cm-variable{ | |
color: #2AA5AD; | |
} | |
.cm-s-eclipse-focus span.cm-variable-2, | |
.cm-s-eclipse span.cm-variable-2{ | |
color: #7587a6; | |
} | |
.cm-s-eclipse-focus span.cm-def, | |
.cm-s-eclipse span.cm-def{ | |
color: #cda869; | |
} | |
.cm-s-eclipse-focus span.cm-error, | |
.cm-s-eclipse span.cm-error { | |
background: #cf6a4c; | |
color: #838184; | |
} | |
.cm-s-eclipse-focus span.cm-bracket, | |
.cm-s-eclipse span.cm-bracket{ | |
color: #a7a7a7; | |
} | |
.cm-s-eclipse-focus span.cm-tag, | |
.cm-s-eclipse span.cm-tag{ | |
color: #cf6a4c; | |
} | |
.cm-s-eclipse-focus span.cm-link, | |
.cm-s-eclipse span.cm-link{ | |
color: #9b859d; | |
} | |
.cm-s-eclipse-focus span.cm-qualifier, | |
.cm-s-eclipse span.cm-qualifier{ | |
color: #7ABAFF; | |
font-weight: normal; | |
} | |
.markdown { | |
color: #A8A9A4; | |
} | |
/*visualizations*/ | |
svg { | |
background-color: #fff; | |
} | |
.command-stage-info.expanded p { | |
color: #898A81; | |
} | |
body { | |
color: #F89406; | |
} | |
.ansiout { | |
color: #F89406; | |
} | |
/* cell Title color */ | |
.new-notebook.command.mainCommand .notebook-command-title input { | |
color: #898A81; | |
} | |
/* pormpt active and inactive */ | |
.new-notebook.command.is-editing .prompt { | |
color: #2FFF00; | |
} | |
.command .prompt { | |
color: #898A81; | |
} | |
/* Spark Job text at the bottom of the cell */ | |
.command-stage-info.running p { | |
color: #898A81; | |
} | |
/* text output */ | |
/* tables */ | |
.results-table { | |
background-color: #383838; | |
} | |
.results .table thead, | |
.table thead { | |
background-color: #383838; | |
color: #B5B5B5; | |
} | |
/* menu bar */ | |
#context-bar { | |
background-color: #383838; | |
border-bottom: 1px solid #7D7D7D; | |
} | |
#context-bar a.context-bar-item:first-child { | |
color: #898A81; | |
} | |
#context-bar a.context-bar-item:first-child:hover { | |
color: #D0D0D0; | |
} | |
/* */ | |
.sidebar .sidebar-outer .sidebar-main { | |
border-right: 1px solid #898A81; | |
} | |
/**/ | |
.CodeMirror-cursor { | |
border-left: 2px solid #fff; | |
} | |
.CodeMirror-selected { | |
background: hsla(28, 100%, 52%, 0.3); | |
} | |
.CodeMirror-focused .CodeMirror-selected { | |
background: hsla(28, 100%, 52%, 0.3); | |
} | |
.cm-s-eclipse-focus .CodeMirror-matchingbracket { | |
color: #0f0 !important; | |
font-weight: bold | |
} | |
.CodeMirror-linenumber{ | |
color:#76786D; | |
background: #292929; | |
} | |
.CodeMirror-gutters{ | |
background: #292929; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment