/* Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. */
/* Paris Catacombes for Vimium: paste into Options › CSS for Vimium UI. */

:root {
  --vimium-background-color: #121E19;
  --vimium-background-text-color: #D4DDD7;
  --vimium-foreground-color: #0D1711;
  --vimium-foreground-text-color: #D4DDD7;
  --vimium-link-color: #709BC8;
}

/* Link hints */
div.internal-vimium-hint-marker {
  padding: 1px 4px;
  background: #F1BF4B;
  border: 1px solid #89702F;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(10, 16, 13, 0.35);
}

div.internal-vimium-hint-marker span {
  color: #0A100D;
  text-shadow: none;
}

div.internal-vimium-hint-marker > .matchingCharacter {
  color: #7E682C;
}

div > .vimiumActiveHintMarker span {
  color: #A1554B !important;
}

div.internal-vimium-input-hint {
  background-color: rgba(241, 191, 75, 0.2);
  border: 1px solid #F1BF4B;
}

div.internal-vimium-selected-input-hint {
  background-color: rgba(202, 146, 69, 0.25);
  border: 1px solid #CA9245 !important;
}

div.vimium-flash {
  box-shadow: 0 0 4px 2px #CA9245;
}

body.vimium-find-mode ::selection {
  background: #CA9245;
  color: #0A100D;
}

/* Vomnibar */
#vomnibar {
  background: #1A2921;
  color: #D4DDD7;
  border: 1px solid #313F37;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(10, 16, 13, 0.45);
}

#vomnibar #vomnibar-search-area {
  background: #1A2921;
  border-bottom: 1px solid #313F37;
}

#vomnibar input {
  color: #E7ECEA;
  background: #121E19;
  border: 1px solid #1A2921;
  border-radius: 5px;
  box-shadow: none;
}

#vomnibar input:focus {
  border-color: #CA9245;
}

#vomnibar input::selection {
  background-color: #31433A;
  color: #E7ECEA;
}

#vomnibar ul {
  background: #1A2921;
}

#vomnibar li {
  border-bottom: 1px solid #313F37;
}

#vomnibar li .source {
  color: #708178;
}

#vomnibar li .title,
#vomnibar li em {
  color: #D4DDD7;
}

#vomnibar li .url {
  color: #709BC8;
}

#vomnibar li .match,
#vomnibar li .title .match {
  color: #CA9245;
  font-weight: bold;
}

#vomnibar li .relevancy {
  color: #54655C;
}

#vomnibar li.selected {
  background-color: #373522;
}

/* Find HUD */
#hud-container {
  background-color: #1A2921;
  color: #D4DDD7;
  border: 1px solid #313F37;
  box-shadow: none;
}

#hud-container #search-area,
#hud-container #hud {
  background-color: #1A2921;
  color: #D4DDD7;
}

span#hud-match-count {
  color: #708178;
}

/* Help dialog */
#container {
  background-color: #121E19;
  border: 1px solid #1A2921;
}

#dialog {
  background-color: #121E19;
  color: #D4DDD7;
}

#dialog a,
#dialog h1 .vim {
  color: #CA9245;
}

#dialog a#close {
  color: #708178;
}

#dialog a#close:hover {
  color: #E7ECEA;
}

#dialog h2,
#dialog .help-description {
  color: #D4DDD7;
}

#dialog div.divider {
  background-color: #1A2921;
}

#dialog .key,
body.vimium-body .key {
  color: #D4DDD7;
  background-color: #0D1711;
  border: 1px solid #1A2921;
  border-bottom-color: #24342C;
  box-shadow: none;
}

/* Options and exclusions pages */
body.vimium-body {
  background-color: #121E19;
  color: #D4DDD7;
}

body.vimium-body a,
body.vimium-body a:visited {
  color: #709BC8;
}

body.vimium-body textarea,
body.vimium-body input {
  background-color: #0D1711;
  border-color: #1A2921;
  color: #D4DDD7;
}

body.vimium-body div.example {
  color: #8C9A92;
}
