| color: #81a1c1; | color: #81a1c1; | ||||
| } | } | ||||
| .ace_markup.ace_heading { | |||||
| .ace_markup.ace_heading, | |||||
| .ace_markup.ace_heading ~ .ace_heading { | |||||
| font-weight: 600; | font-weight: 600; | ||||
| color: #a3be8c; | color: #a3be8c; | ||||
| } | } | ||||
| .ace_support.ace_function.ace_codebegin, .ace_support.ace_function.ace_codeend { | |||||
| color: #88c0d0; | |||||
| } | |||||
| .ace_markup.ace_href { | |||||
| color: #b48ead; | |||||
| } | |||||
| .nocolor.ace_editor .ace_line span { | .nocolor.ace_editor .ace_line span { | ||||
| color: #b48ead !important; | color: #b48ead !important; | ||||
| } | } |
| color: #81a1c1; | color: #81a1c1; | ||||
| } | } | ||||
| .ace_markup.ace_heading { | |||||
| .ace_markup.ace_heading, | |||||
| .ace_markup.ace_heading ~ .ace_heading { | |||||
| font-weight: 600; | font-weight: 600; | ||||
| color: #a3be8c; | |||||
| color: #5e81ac; | |||||
| } | |||||
| .ace_support.ace_function.ace_codebegin, .ace_support.ace_function.ace_codeend { | |||||
| color: #8fbcbb; | |||||
| } | |||||
| .ace_markup.ace_href { | |||||
| color: #81a1c1; | |||||
| } | } | ||||
| .nocolor.ace_editor .ace_line span { | .nocolor.ace_editor .ace_line span { |
| color: #5FB3B3; | color: #5FB3B3; | ||||
| } | } | ||||
| .ace_markup.ace_heading { | |||||
| .ace_markup.ace_heading, | |||||
| .ace_markup.ace_heading ~ .ace_heading { | |||||
| font-weight: 600; | font-weight: 600; | ||||
| color: #99C794; | color: #99C794; | ||||
| } | } | ||||
| .ace_support.ace_function.ace_codebegin, .ace_support.ace_function.ace_codeend { | |||||
| color: #6699CC; | |||||
| } | |||||
| .ace_markup.ace_href { | |||||
| color: #C594C5; | |||||
| } | |||||
| .nocolor.ace_editor .ace_line span { | .nocolor.ace_editor .ace_line span { | ||||
| color: #C594C5 !important; | color: #C594C5 !important; | ||||
| } | } |
| color: #b58900; | color: #b58900; | ||||
| } | } | ||||
| .ace_markup.ace_heading { | |||||
| .ace_markup.ace_heading, | |||||
| .ace_markup.ace_heading ~ .ace_heading { | |||||
| font-weight: 600; | font-weight: 600; | ||||
| color: #2aa198; | color: #2aa198; | ||||
| } | } | ||||
| .ace_support.ace_function.ace_codebegin, .ace_support.ace_function.ace_codeend { | |||||
| color: #268bd2; | |||||
| } | |||||
| .ace_markup.ace_href { | |||||
| color: #859900; | |||||
| } | |||||
| .nocolor.ace_editor .ace_line span { | .nocolor.ace_editor .ace_line span { | ||||
| color: #859900 !important; | color: #859900 !important; | ||||
| } | } |
| color: #b58900; | color: #b58900; | ||||
| } | } | ||||
| .ace_markup.ace_heading { | |||||
| .ace_markup.ace_heading, | |||||
| .ace_markup.ace_heading ~ .ace_heading { | |||||
| font-weight: 600; | font-weight: 600; | ||||
| color: #2aa198; | color: #2aa198; | ||||
| } | } | ||||
| .ace_support.ace_function.ace_codebegin, .ace_support.ace_function.ace_codeend { | |||||
| color: #268bd2; | |||||
| } | |||||
| .ace_markup.ace_href { | |||||
| color: #859900; | |||||
| } | |||||
| .nocolor.ace_editor .ace_line span { | .nocolor.ace_editor .ace_line span { | ||||
| color: #859900 !important; | color: #859900 !important; | ||||
| } | } |
| $other-tag: $nord9; | $other-tag: $nord9; | ||||
| // Rmd | |||||
| $rmd-heading-color: $nord10; | |||||
| $rmd-chunk-header: $nord7; | |||||
| $rmd-href: $nord9; | |||||
| @import "rstudio/_rstudio-light", "rstudio/_terminal"; | @import "rstudio/_rstudio-light", "rstudio/_terminal"; |