mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 03:19:42 +01:00
40b172a459
Here is my attempt at adding pywal support.
36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
# Copyright (C) 2017-2018 Donovan Glover
|
|
|
|
set font "Hack 12" # Use Hack as our font of choice
|
|
set guioptions "v" # Show a "progress bar" when scrolling up/down
|
|
set adjust-open "width" # Make documents take up all the available space by default
|
|
set statusbar-basename "true" # When using the status bar, show the basename only
|
|
|
|
set render-loading "false" # Do not show the "loading" text
|
|
set scroll-step "120" # Increase the scroll distance when using j/k
|
|
set recolor "true" # Use our theme colors (<C-r> for the original document colors)
|
|
|
|
# [colors]
|
|
set default-bg "{background}"
|
|
set default-fg "{foreground}"
|
|
set statusbar-bg "{background}"
|
|
set statusbar-fg "{foreground}"
|
|
set inputbar-bg "{background}"
|
|
set inputbar-fg "{foreground}"
|
|
set notification-bg "{background}"
|
|
set notification-fg "{foreground}"
|
|
set notification-error-bg "{background}"
|
|
set notification-error-fg "{foreground}"
|
|
set notification-warning-bg "{background}"
|
|
set notification-warning-fg "{foreground}"
|
|
set highlight-color "{color3}"
|
|
set highlight-active-color "{color4}"
|
|
set completion-bg "{color3}"
|
|
set completion-fg "{color4}"
|
|
set completion-highlight-bg "{color3}"
|
|
set completion-highlight-fg "{color4}"
|
|
set recolor-lightcolor "{background}"
|
|
set recolor-darkcolor "{foreground}"
|
|
|
|
# vim:ft=conf
|