From 306cf35565206be9fccdae523ad9c07b1d86a8c5 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Wed, 14 Feb 2018 20:31:29 -0700 Subject: [PATCH] version 1 of vim vixen #64 --- .../webextension-tweaks/vim_vixen.css | 38 +++++++++++++++++ userContent.css | 42 +++++++++++++++++++ userContent_imports.css | 1 + 3 files changed, 81 insertions(+) create mode 100644 userContent-files/webextension-tweaks/vim_vixen.css diff --git a/userContent-files/webextension-tweaks/vim_vixen.css b/userContent-files/webextension-tweaks/vim_vixen.css new file mode 100644 index 0000000..9f9e702 --- /dev/null +++ b/userContent-files/webextension-tweaks/vim_vixen.css @@ -0,0 +1,38 @@ +@-moz-document url-prefix("moz-extension://d4da3fda-d6b2-634a-af91-0d8b4f6fa8d1/") { + + /* Top Border */ + .vimvixen-console-command-wrapper { + border-top: 1px solid var(--grey-60) !important; + } + + /* Header */ + .vimvixen-console-completion-title { + background-color: var(--grey-90) !important; + border-bottom: 1px solid var(--grey-60) !important; + } + + /* Main Content */ + .vimvixen-console-completion { + background-color: var(--grey-80) !important; + color: #b1b1b3 !important; + } + + /* Command Line */ + .vimvixen-console-command, + .vimvixen-console-command-input { + background-color: var(--grey-90) !important; + color: var(--grey-30) !important; + } + + /* URL color */ + .vimvixen-console-completion-item-url { + color: #86de74 !important; + } + + /* Error Message */ + .vimvixen-console-error { + background-color: rgb(75,49,55) !important; + color: rgb(255,148,148) !important; + } + +} diff --git a/userContent.css b/userContent.css index d668fe9..c3432e7 100644 --- a/userContent.css +++ b/userContent.css @@ -2272,6 +2272,48 @@ border-bottom: 1px solid var(--light-accent-color) !important; } } +@-moz-document url-prefix("moz-extension://d4da3fda-d6b2-634a-af91-0d8b4f6fa8d1/") { + /* Top Border */ + + .vimvixen-console-command-wrapper { + border-top: 1px solid var(--grey-60) !important; + } + + /* Header */ + + .vimvixen-console-completion-title { + background-color: var(--grey-90) !important; + border-bottom: 1px solid var(--grey-60) !important; + } + + /* Main Content */ + + .vimvixen-console-completion { + background-color: var(--grey-80) !important; + color: #b1b1b3 !important; + } + + /* Command Line */ + + .vimvixen-console-command, + .vimvixen-console-command-input { + background-color: var(--grey-90) !important; + color: var(--grey-30) !important; + } + + /* URL color */ + + .vimvixen-console-completion-item-url { + color: #86de74 !important; + } + + /* Error Message */ + + .vimvixen-console-error { + background-color: rgb(75,49,55) !important; + color: rgb(255,148,148) !important; + } +} @-moz-document url-prefix("https://addons.mozilla.org") { /* Header & Footer */ diff --git a/userContent_imports.css b/userContent_imports.css index d072b83..6cf2388 100644 --- a/userContent_imports.css +++ b/userContent_imports.css @@ -45,6 +45,7 @@ @import "userContent-files/webextension-tweaks/cookie_autodelete.css"; @import "userContent-files/webextension-tweaks/uMatrix.css"; @import "userContent-files/webextension-tweaks/brief.css"; +@import "userContent-files/webextension-tweaks/vim_vixen.css"; /* Import relevent website dark themes */