# Base16 Shades of Purple # Author: Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode). set default-bg "#1e1e3f" set default-fg "#43d426" set statusbar-fg "#6871ff" set statusbar-bg "#f1d000" set inputbar-bg "#1e1e3f" set inputbar-fg "#ffffff" set notification-bg "#1e1e3f" set notification-fg "#ffffff" set notification-error-bg "#1e1e3f" set notification-error-fg "#d90429" set notification-warning-bg "#1e1e3f" set notification-warning-fg "#d90429" set highlight-color "#ffe700" set highlight-active-color "#6943ff" set completion-bg "#43d426" set completion-fg "#6943ff" set completion-highlight-fg "#ffffff" set completion-highlight-bg "#6943ff" set recolor-lightcolor "#1e1e3f" set recolor-darkcolor "#ff77ff" set recolor "false" set recolor-keephue "false"