.Ymacs-Theme-ef-autumn {
  --ymacs-cursor-bg: #fa3;
  --ymacs-cursor-fg: #0f0e06;
  color: #cfbcba;
  background-color: #0f0e06;
}

.Ymacs-Theme-ef-autumn .Ymacs_SplitCont > .bar {
  background-color: #969896;
}

.Ymacs-Theme-ef-autumn .Ymacs_SplitCont.horiz > .bar {
  border-top: 1px solid #15140d;
  border-bottom: 1px solid #15140d;
}

.Ymacs-Theme-ef-autumn .Ymacs_SplitCont.vert > .bar {
  border-left: 1px solid #15140d;
  border-right: 1px solid #15140d;
}

.Ymacs-Theme-ef-autumn.Ymacs-hl-line .Ymacs_Frame-active div.line:has(.Ymacs-caret) {
  background-color: #302a3a63;
}

.Ymacs-Theme-ef-autumn .Ymacs-frame-content div.line:before {
  color: #887c8a;
}

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

.Ymacs-Theme-ef-autumn .Ymacs-frame-content:before {
  color: #887c8a;
  background-color: #0f0e06;
}

.Ymacs-Theme-ef-autumn .Ymacs_Popup {
  --ymacs-popup-bg: #15140d;
  --ymacs-popup-fg: #cfbcba;
  --ymacs-popup-scrollbar-thumb: var(--ymacs-popup-fg);
}

.Ymacs-Theme-ef-autumn .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item:hover, .Ymacs-Theme-ef-autumn .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item.selected, .Ymacs-Theme-ef-autumn .Ymacs_Popup .Ymacs_Menu .Ymacs_Menu_Item.selected:hover {
  background-color: #36213a;
}

.Ymacs-Theme-ef-autumn .Ymacs_Overlay.selection div {
  background-color: #3f1324;
}

.Ymacs-Theme-ef-autumn .Ymacs_Overlay.isearch div {
  color: #fff;
  background-color: #8f5040;
}

.Ymacs-Theme-ef-autumn .Ymacs_Overlay.isearch-lazy div {
  color: #fff;
  background-color: #4648d0;
}

.Ymacs-Theme-ef-autumn .Ymacs_Overlay.match-paren div {
  color: #000;
  background-color: #32cd32;
}

.Ymacs-Theme-ef-autumn .Ymacs_Modeline {
  color: #887c8a;
  background-color: #36322f;
}

.Ymacs-Theme-ef-autumn .Ymacs_Frame-active .Ymacs_Modeline {
  color: #feeeca;
  background-color: #692a12;
}

.Ymacs-Theme-ef-autumn .minibuffer-prompt {
  color: #3dbbb0;
}

.Ymacs-Theme-ef-autumn .mode-line-buffer-id {
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .directive {
  color: #d570af;
}

.Ymacs-Theme-ef-autumn .type {
  color: #2fa526;
}

.Ymacs-Theme-ef-autumn .builtin {
  color: #ff7a7f;
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .function-name {
  color: #3dbbb0;
}

.Ymacs-Theme-ef-autumn .variable-name {
  color: #6fafff;
}

.Ymacs-Theme-ef-autumn .constant {
  color: #64aa0f;
}

.Ymacs-Theme-ef-autumn .string, .Ymacs-Theme-ef-autumn .string-starter, .Ymacs-Theme-ef-autumn .string-stopper, .Ymacs-Theme-ef-autumn .regexp, .Ymacs-Theme-ef-autumn .regexp-starter, .Ymacs-Theme-ef-autumn .regexp-stopper, .Ymacs-Theme-ef-autumn .regexp-modifier {
  color: #f06a3f;
}

.Ymacs-Theme-ef-autumn .keyword {
  color: #c48702;
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .comment, .Ymacs-Theme-ef-autumn .mcomment, .Ymacs-Theme-ef-autumn .comment-starter, .Ymacs-Theme-ef-autumn .mcomment-starter, .Ymacs-Theme-ef-autumn .mcomment-stopper {
  color: #cf9f7f;
  font-style: italic;
}

.Ymacs-Theme-ef-autumn .number {
  color: #64aa0f;
}

.Ymacs-Theme-ef-autumn .error {
  color: #c48702;
}

.Ymacs-Theme-ef-autumn .isearch-fail {
  color: #f06a3f;
  background-color: #461204;
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .xml-open-tag, .Ymacs-Theme-ef-autumn .xml-close-tag {
  color: #3dbbb0;
}

.Ymacs-Theme-ef-autumn .xml-attribute {
  color: #6fafff;
}

.Ymacs-Theme-ef-autumn .xml-entity-starter, .Ymacs-Theme-ef-autumn .xml-entity-stopper, .Ymacs-Theme-ef-autumn .xml-entity {
  color: #64aa0f;
}

.Ymacs-Theme-ef-autumn .xml-open-bracket, .Ymacs-Theme-ef-autumn .xml-close-bracket, .Ymacs-Theme-ef-autumn .xml-closetag-slash {
  color: #cfbcba;
}

.Ymacs-Theme-ef-autumn .xml-cdata, .Ymacs-Theme-ef-autumn .xml-cdata-starter, .Ymacs-Theme-ef-autumn .xml-cdata-stopper {
  color: #cfbcba;
  font-style: italic;
}

.Ymacs-Theme-ef-autumn .block-starter, .Ymacs-Theme-ef-autumn .block-stopper, .Ymacs-Theme-ef-autumn .exp-starter, .Ymacs-Theme-ef-autumn .exp-stopper {
  color: #d570af;
}

.Ymacs-Theme-ef-autumn .lisp-keyword {
  color: #ff7a7f;
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .heading1 {
  color: #64aa0f;
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .heading2 {
  color: #ef656a;
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .heading3 {
  color: #3dbbb0;
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .heading4 {
  color: #df8f6f;
  font-weight: bold;
}

.Ymacs-Theme-ef-autumn .markdown-blockquote, .Ymacs-Theme-ef-autumn .markdown-blockquote1, .Ymacs-Theme-ef-autumn .markdown-blockquote2, .Ymacs-Theme-ef-autumn .markdown-blockquote3 {
  color: #cf9f7f;
  font-style: italic;
}

.Ymacs-Theme-ef-autumn.Ymacs-line-numbers .Ymacs-frame-content:before {
  border-right: 1px solid #000;
}

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