1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- set font "PragmataPro 9"
- set default-bg "#E0E0E0"
- set default-fg "#202020"
- set statusbar-fg "#303030"
- set statusbar-bg "#B0B0B0"
- set inputbar-bg "#B0B0B0"
- set inputbar-fg "#303030"
- set notification-error-bg "#AC4142"
- set notification-error-fg "#E0E0E0"
- set notification-warning-bg "#AC4142"
- set notification-warning-fg "#E0E0E0"
- set highlight-color "#F4BF75"
- set highlight-active-color "#AA759F"
- set completion-highlight-fg "#D0D0D0"
- set completion-highlight-bg "#75B5AA"
- set completion-bg "#D0D0D0"
- set completion-fg "#75B5AA"
- set notification-bg "#90A959"
- set notification-fg "#F5F5F5"
- set recolor-lightcolor "#E0E0E0"
- set recolor-darkcolor "#303030"
- set recolor "true"
- set recolor-keephue "true"
- set selection-clipboard clipboard
- set window-title-basename "true"
- set adjust-open width
- set database "null"
|