[data-theme="light"] { --completion-title-background: lightgray; --completion-title-foreground: #000000; --completion-item-background: #ffffff; --completion-item-foreground: #000000; --completion-item-description-foreground: #008000; --completion-selected-background: #ffff00; --completion-selected-foreground: #000000; --command-background: #ffffff; --command-foreground: #000000; --console-error-background: #ff0000; --console-error-foreground: #ffffff; --console-info-background: #ffffff; --console-info-foreground: #018786; } [data-theme="dark"] { --completion-title-background: #052027; --completion-title-foreground: white; --completion-item-background: #2f474f; --completion-item-foreground: white; --completion-item-description-foreground: #86fab0; --completion-selected-background: #eeff41; --completion-selected-foreground: #000000; --command-background: #052027; --command-foreground: white; --console-error-background: red; --console-error-foreground: white; --console-info-background: #052027; --console-info-foreground: #ffffff; } html, body, * { margin: 0; padding: 0; font-style: normal; font-family: monospace; font-size: 12px; line-height: 16px; } input { font-style: normal; font-family: monospace; font-size: 12px; line-height: 16px; } body { position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; } .vimvixen-console { bottom: 0; margin: 0; padding: 0; }