dark mode
parent
ef759c80c6
commit
1079a563c6
|
@ -4,6 +4,9 @@
|
|||
:PROPERTIES:
|
||||
:header-args: :tangle ~/.config/vimb/config :mkdirp true
|
||||
: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
|
||||
#+begin_src conf
|
||||
set history-max-items=30000
|
||||
|
@ -26,6 +29,8 @@
|
|||
** Colors
|
||||
Color scheme: Base16 Eighties (https://github.com/chriskempson/base16)
|
||||
#+begin_src conf
|
||||
set dark-mode=true
|
||||
|
||||
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-selected-css=color:#bbbbbb;background-color:#111111;font:12pt DejaVu Sans Mono;
|
||||
|
|
Loading…
Reference in New Issue