.Ymacs-Theme-sanityinc-tomorrow-blue {
  --ymacs-cursor-bg: #ff9da4;
  --ymacs-cursor-fg: #002451;
  color: #fff;
  background-color: #002451;
}

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

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

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

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

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs-frame-content div.line:before {
  color: #7285b7;
}

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

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs-frame-content:before {
  color: #7285b7;
  background-color: #002c5f;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Popup {
  --ymacs-popup-bg: #003f8e;
  --ymacs-popup-fg: #fff;
  --ymacs-popup-scrollbar-thumb: var(--ymacs-popup-fg);
}

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item:hover, .Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item.selected, .Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item.selected:hover {
  background-color: #7285b7;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Overlay.selection div {
  background-color: #003f8e;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Overlay.isearch div {
  color: #002451;
  background-color: #ffeead;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Overlay.isearch-lazy div {
  color: #002451;
  background-color: #9ff;
}

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

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Modeline {
  color: #7285b7;
  background-color: #00346e;
  border: 1px solid #003f8e;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .Ymacs_Frame-active .Ymacs_Modeline {
  color: #fff;
  background-color: #003f8e;
  border: 1px solid #003f8e;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .minibuffer-prompt {
  color: #bbdaff;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .mode-line-buffer-id, .Ymacs-Theme-sanityinc-tomorrow-blue .directive {
  color: #ebbbff;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .type {
  color: #bbdaff;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .builtin {
  color: #ebbbff;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .function-name {
  color: #ffc58f;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .variable-name {
  color: #ffeead;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .constant {
  color: #bbdaff;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .string, .Ymacs-Theme-sanityinc-tomorrow-blue .string-starter, .Ymacs-Theme-sanityinc-tomorrow-blue .string-stopper, .Ymacs-Theme-sanityinc-tomorrow-blue .regexp, .Ymacs-Theme-sanityinc-tomorrow-blue .regexp-starter, .Ymacs-Theme-sanityinc-tomorrow-blue .regexp-stopper, .Ymacs-Theme-sanityinc-tomorrow-blue .regexp-modifier {
  color: #9ff;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .keyword {
  color: #d1f1a9;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .comment, .Ymacs-Theme-sanityinc-tomorrow-blue .mcomment, .Ymacs-Theme-sanityinc-tomorrow-blue .comment-starter, .Ymacs-Theme-sanityinc-tomorrow-blue .mcomment-starter, .Ymacs-Theme-sanityinc-tomorrow-blue .mcomment-stopper {
  color: #7285b7;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .number {
  color: #bbdaff;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .operator {
  color: #ffc58f;
}

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

.Ymacs-Theme-sanityinc-tomorrow-blue .isearch-fail {
  color: #002451;
  background-color: #ff9da4;
  font-weight: bold;
}

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

.Ymacs-Theme-sanityinc-tomorrow-blue .xml-attribute {
  color: #ffeead;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .xml-entity-starter, .Ymacs-Theme-sanityinc-tomorrow-blue .xml-entity-stopper, .Ymacs-Theme-sanityinc-tomorrow-blue .xml-entity {
  color: #bbdaff;
}

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

.Ymacs-Theme-sanityinc-tomorrow-blue .block-starter, .Ymacs-Theme-sanityinc-tomorrow-blue .block-stopper, .Ymacs-Theme-sanityinc-tomorrow-blue .exp-starter, .Ymacs-Theme-sanityinc-tomorrow-blue .exp-stopper, .Ymacs-Theme-sanityinc-tomorrow-blue .lisp-keyword {
  color: #ebbbff;
}

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

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

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

.Ymacs-Theme-sanityinc-tomorrow-blue .heading4 {
  color: #ebbbff;
  font-weight: bold;
}

.Ymacs-Theme-sanityinc-tomorrow-blue .markdown-blockquote, .Ymacs-Theme-sanityinc-tomorrow-blue .markdown-blockquote1, .Ymacs-Theme-sanityinc-tomorrow-blue .markdown-blockquote2, .Ymacs-Theme-sanityinc-tomorrow-blue .markdown-blockquote3 {
  color: #7285b7;
}

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

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