{"version":3,"sources":["themes/_jarvis-theme.scss","themes/midnight.scss","themes/midnight.css"],"names":[],"mappings":";;;;;;;AAqBG;EACC,wCCpBU;ACAd;;AFyBG;EACC,yBC1BU;ACId;;AF2BG;EACC,yBChCU;ACQd;;AF4BG;EAGE,cCtBiC;ACLtC;;AFwBG;EAQG,yBC7B4C;EDiC5C,cC9CS;ACef;;AFqCG;EAGE,yBCxDQ;ED+DR,cC9DU;ACoBf;;AFgCG;EAMG,yBC3DO;ACyBb;;AF2CE;EAEE,oCAAiE;EAGjE,+BCxEW;AC6Bf;;AF+CE;EAEE,cC1E6B;AC6BjC;;AFiDE;EAEE,yBCrFS;ACsCb;;AF6CG;EAOE,yBCzFU;ACyCf","file":"midnight.css","sourcesContent":["@charset \"UTF-8\";\n\n@mixin jarvis-theme( $colors: () ) {\n\n\t$colors: map-merge( (\n\t\thint-background: rgb( 235, 235, 235 ),\n\t\thint-text: rgb( 150, 150, 150 ),\n\t\tinput-background: #ebebeb,\n\t\tinput-text: inherit,\n\t\tloading-dot: #ffffff,\n\t\tloading: #808080,\n\t\tmenu-background: rgb(255, 255, 255),\n\t\tmodal-background: rgb(255, 255, 255),\n\t\toverlay-background: rgba( 0, 0, 0, .7 ),\n\t\tsuggestion-focus: rgba( 255, 255, 255, .2 ),\n\t\tsuggestion-hover: rgba( 255, 255, 255, .08 ),\n\t\tsuggestion-text: inherit,\n\t), $colors );\n\n\t.jarvis {\n\t\t@if map-get( $colors, overlay-background ) {\n\t\t\t&__overlay {\n\t\t\t\tbackground-color: map-get( $colors, overlay-background );\n\t\t\t}\n\t\t}\n\n\t\t@if map-get( $colors, modal-background ) {\n\t\t\t&__modal {\n\t\t\t\tbackground-color: map-get( $colors, modal-background );\n\t\t\t}\n\t\t}\n\n\t\t@if map-get( $colors, menu-background ) {\n\t\t\t&__menu {\n\t\t\t\tbackground-color: map-get( $colors, menu-background );\n\t\t\t}\n\t\t}\n\n\t\t&__suggestion {\n\t\t\ta {\n\t\t\t\t@if map-get( $colors, suggestion-text ) {\n\t\t\t\t\tcolor: map-get( $colors, suggestion-text );\n\t\t\t\t}\n\n\t\t\t\t&:hover {\n\t\t\t\t\t@if map-get( $colors, suggestion-hover-background ) {\n\t\t\t\t\t\tbackground-color: map-get( $colors, suggestion-hover-background );\n\t\t\t\t\t}\n\n\t\t\t\t\t@if map-get( $colors, suggestion-hover-text ) {\n\t\t\t\t\t\tcolor: map-get( $colors, suggestion-hover-text);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__cursor {\n\t\t\ta {\n\t\t\t\t@if map-get( $colors, suggestion-focus-background ) {\n\t\t\t\t\tbackground-color: map-get( $colors, suggestion-focus-background );\n\n\t\t\t\t\t&:hover {\n\t\t\t\t\t\tbackground-color: map-get( $colors, suggestion-focus-background );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t@if map-get( $colors, suggestion-focus-text ) {\n\t\t\t\t\tcolor: map-get( $colors, suggestion-focus-text );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__hint[type=\"text\"] {\n\t\t\t@if map-get( $colors, input-background ) {\n\t\t\t\tbackground-color: map-get( $colors, input-background ) !important; // overriding typeahead's inline style\n\t\t\t}\n\t\t\t@if map-get( $colors, hint-text ) {\n\t\t\t\tcolor: map-get( $colors, hint-text );\n\t\t\t}\n\t\t}\n\n\t\t&__input[type=\"text\"] {\n\t\t\t@if map-get( $colors, input-text ) {\n\t\t\t\tcolor: map-get( $colors, input-text );\n\t\t\t}\n\t\t}\n\n\t\t&__loading {\n\t\t\t@if map-get( $colors, loading ) {\n\t\t\t\tbackground-color: map-get( $colors, loading );\n\t\t\t}\n\n\t\t\t@if map-get( $colors, loading-dot ) {\n\t\t\t\t&::after {\n\t\t\t\t\tbackground-color: map-get( $colors, loading-dot );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n","@import 'jarvis-theme';\n\n$dark: #26292c;\n$red: #e14d43;\n$white: #ffffff;\n\n@include jarvis-theme( (\n\thint-text: rgba( $white, .4 ),\n\tinput-text: rgb( 200, 200, 200 ),\n\tinput-background: darken( $dark, 10% ),\n\tloading-dot: $white,\n\tloading: $red,\n\tmenu-background: $dark,\n\tmodal-background: $dark,\n\toverlay-background: rgba( $dark, .85 ),\n\tsuggestion-focus-background: $red,\n\tsuggestion-focus-text: $white,\n\tsuggestion-hover-background: lighten( $red, 10% ),\n\tsuggestion-hover-text: $white,\n\tsuggestion-text: rgb( 200, 200, 200 ),\n) );\n\n",".jarvis__overlay {\n  background-color: rgba(38, 41, 44, 0.85);\n}\n\n.jarvis__modal {\n  background-color: #26292c;\n}\n\n.jarvis__menu {\n  background-color: #26292c;\n}\n\n.jarvis__suggestion a {\n  color: #c8c8c8;\n}\n\n.jarvis__suggestion a:hover {\n  background-color: #e8776f;\n  color: #ffffff;\n}\n\n.jarvis__cursor a {\n  background-color: #e14d43;\n  color: #ffffff;\n}\n\n.jarvis__cursor a:hover {\n  background-color: #e14d43;\n}\n\n.jarvis__hint[type=\"text\"] {\n  background-color: #0e1011 !important;\n  color: rgba(255, 255, 255, 0.4);\n}\n\n.jarvis__input[type=\"text\"] {\n  color: #c8c8c8;\n}\n\n.jarvis__loading {\n  background-color: #e14d43;\n}\n\n.jarvis__loading::after {\n  background-color: #ffffff;\n}\n"]}