dark mode

main
Steve Ayerhart 2020-08-12 14:32:10 -04:00
parent ef759c80c6
commit 1079a563c6
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,9 @@
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.config/vimb/config :mkdirp true :header-args: :tangle ~/.config/vimb/config :mkdirp true
:END: :END:
Vimb is a fast and lightweight vim like web browser based on the webkit web browser engine the GTK toolkit.
Vimb is modal like the great vim editor and also easily configurable during runtime. Vimb is mostly
keyboard driven and does not distract you from your daily work.
** General ** General
#+begin_src conf #+begin_src conf
set history-max-items=30000 set history-max-items=30000
@ -26,6 +29,8 @@
** Colors ** Colors
Color scheme: Base16 Eighties (https://github.com/chriskempson/base16) Color scheme: Base16 Eighties (https://github.com/chriskempson/base16)
#+begin_src conf #+begin_src conf
set dark-mode=true
set completion-css=color:#bbbbbb;background-color:#111111;font:12pt DejaVu Sans Mono; set completion-css=color:#bbbbbb;background-color:#111111;font:12pt DejaVu Sans Mono;
set completion-hover-css=color:#bbbbbb;background-color:#111111;font:12pt DejaVu Sans Mono; set completion-hover-css=color:#bbbbbb;background-color:#111111;font:12pt DejaVu Sans Mono;
set completion-selected-css=color:#bbbbbb;background-color:#111111;font:12pt DejaVu Sans Mono; set completion-selected-css=color:#bbbbbb;background-color:#111111;font:12pt DejaVu Sans Mono;