.Ymacs-Theme-sanityinc-tomorrow-day {
  --ymacs-cursor-bg: #c82829;
  --ymacs-cursor-fg: #fff;
  color: #4d4d4c;
  background-color: #fff;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_SplitCont > .bar {
  background-color: #969896;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_SplitCont.horiz > .bar {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_SplitCont.vert > .bar {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.Ymacs-Theme-sanityinc-tomorrow-day.Ymacs-hl-line .Ymacs_Frame-active div.line:has(.Ymacs-caret) {
  background-color: #efefef63;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs-frame-content div.line:before {
  color: #8e908c;
}

.Ymacs-Theme-sanityinc-tomorrow-day.Ymacs-hl-line .Ymacs_Frame-active div.line:has(.Ymacs-caret):before {
  color: #4d4d4c;
  font-weight: bold;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs-frame-content:before {
  color: #8e908c;
  background-color: #f7f7f7;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Popup {
  --ymacs-popup-bg: #d6d6d6;
  --ymacs-popup-fg: #4d4d4c;
  --ymacs-popup-scrollbar-thumb: var(--ymacs-popup-fg);
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item:hover, .Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item.selected, .Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item.selected:hover {
  background-color: #8e908c;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Overlay.selection div {
  background-color: #d6d6d6;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Overlay.isearch div {
  color: #fff;
  background-color: #eab700;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Overlay.isearch-lazy div {
  color: #fff;
  background-color: #3e999f;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Overlay.match-paren div {
  color: #000;
  background-color: #32cd32;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Modeline {
  color: #8e908c;
  background-color: #efefef;
  border: 1px solid #d6d6d6;
}

.Ymacs-Theme-sanityinc-tomorrow-day .Ymacs_Frame-active .Ymacs_Modeline {
  color: #4d4d4c;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.Ymacs-Theme-sanityinc-tomorrow-day .minibuffer-prompt {
  color: #4271ae;
}

.Ymacs-Theme-sanityinc-tomorrow-day .mode-line-buffer-id, .Ymacs-Theme-sanityinc-tomorrow-day .directive {
  color: #8959a8;
}

.Ymacs-Theme-sanityinc-tomorrow-day .type {
  color: #4271ae;
}

.Ymacs-Theme-sanityinc-tomorrow-day .builtin {
  color: #8959a8;
}

.Ymacs-Theme-sanityinc-tomorrow-day .function-name {
  color: #f5871f;
}

.Ymacs-Theme-sanityinc-tomorrow-day .variable-name {
  color: #eab700;
}

.Ymacs-Theme-sanityinc-tomorrow-day .constant {
  color: #4271ae;
}

.Ymacs-Theme-sanityinc-tomorrow-day .string, .Ymacs-Theme-sanityinc-tomorrow-day .string-starter, .Ymacs-Theme-sanityinc-tomorrow-day .string-stopper, .Ymacs-Theme-sanityinc-tomorrow-day .regexp, .Ymacs-Theme-sanityinc-tomorrow-day .regexp-starter, .Ymacs-Theme-sanityinc-tomorrow-day .regexp-stopper, .Ymacs-Theme-sanityinc-tomorrow-day .regexp-modifier {
  color: #3e999f;
}

.Ymacs-Theme-sanityinc-tomorrow-day .keyword {
  color: #718c00;
}

.Ymacs-Theme-sanityinc-tomorrow-day .comment, .Ymacs-Theme-sanityinc-tomorrow-day .mcomment, .Ymacs-Theme-sanityinc-tomorrow-day .comment-starter, .Ymacs-Theme-sanityinc-tomorrow-day .mcomment-starter, .Ymacs-Theme-sanityinc-tomorrow-day .mcomment-stopper {
  color: #8e908c;
}

.Ymacs-Theme-sanityinc-tomorrow-day .number {
  color: #4271ae;
}

.Ymacs-Theme-sanityinc-tomorrow-day .operator {
  color: #f5871f;
}

.Ymacs-Theme-sanityinc-tomorrow-day .error {
  color: #c82829;
  font-weight: bold;
}

.Ymacs-Theme-sanityinc-tomorrow-day .isearch-fail {
  color: #fff;
  background-color: #c82829;
  font-weight: bold;
}

.Ymacs-Theme-sanityinc-tomorrow-day .xml-open-tag, .Ymacs-Theme-sanityinc-tomorrow-day .xml-close-tag {
  color: #f5871f;
}

.Ymacs-Theme-sanityinc-tomorrow-day .xml-attribute {
  color: #eab700;
}

.Ymacs-Theme-sanityinc-tomorrow-day .xml-entity-starter, .Ymacs-Theme-sanityinc-tomorrow-day .xml-entity-stopper, .Ymacs-Theme-sanityinc-tomorrow-day .xml-entity {
  color: #4271ae;
}

.Ymacs-Theme-sanityinc-tomorrow-day .xml-open-bracket, .Ymacs-Theme-sanityinc-tomorrow-day .xml-close-bracket, .Ymacs-Theme-sanityinc-tomorrow-day .xml-closetag-slash, .Ymacs-Theme-sanityinc-tomorrow-day .xml-cdata, .Ymacs-Theme-sanityinc-tomorrow-day .xml-cdata-starter, .Ymacs-Theme-sanityinc-tomorrow-day .xml-cdata-stopper {
  color: #4d4d4c;
}

.Ymacs-Theme-sanityinc-tomorrow-day .block-starter, .Ymacs-Theme-sanityinc-tomorrow-day .block-stopper, .Ymacs-Theme-sanityinc-tomorrow-day .exp-starter, .Ymacs-Theme-sanityinc-tomorrow-day .exp-stopper, .Ymacs-Theme-sanityinc-tomorrow-day .lisp-keyword {
  color: #8959a8;
}

.Ymacs-Theme-sanityinc-tomorrow-day .heading1 {
  font-size: 1.414em;
  font-weight: bold;
}

.Ymacs-Theme-sanityinc-tomorrow-day .heading2 {
  font-size: 1.18em;
  font-weight: bold;
}

.Ymacs-Theme-sanityinc-tomorrow-day .heading3 {
  color: #f5871f;
  font-weight: bold;
}

.Ymacs-Theme-sanityinc-tomorrow-day .heading4 {
  color: #8959a8;
  font-weight: bold;
}

.Ymacs-Theme-sanityinc-tomorrow-day .markdown-blockquote, .Ymacs-Theme-sanityinc-tomorrow-day .markdown-blockquote1, .Ymacs-Theme-sanityinc-tomorrow-day .markdown-blockquote2, .Ymacs-Theme-sanityinc-tomorrow-day .markdown-blockquote3 {
  color: #8e908c;
}

.Ymacs-Theme-sanityinc-tomorrow-day.Ymacs-line-numbers .Ymacs-frame-content:before {
  border-right: 1px solid #f2f2f2;
}

.Ymacs-Theme-sanityinc-tomorrow-day.Ymacs-line-numbers .Ymacs_Frame-active .Ymacs-frame-content:before {
  box-shadow: 3px 0 7px -3px #0004;
}
/*# sourceMappingURL=sanityinc-tomorrow-day.css.map */
