From e3ea90b92c9a15890bcf92fa35e6d81f0d9c9049 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Wed, 18 Sep 2024 22:37:31 -0400 Subject: [PATCH] Remove color config from pgcli --- dotfiles.org | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dotfiles.org b/dotfiles.org index 62ec04c..886dc58 100644 --- a/dotfiles.org +++ b/dotfiles.org @@ -382,37 +382,6 @@ EndSection null_string = '' enable_pager = True keyring = True - - [colors] - completion-menu.completion.current = 'bg:#ffffff #000000' - completion-menu.completion = 'bg:#008888 #ffffff' - completion-menu.meta.completion.current = 'bg:#44aaaa #000000' - completion-menu.meta.completion = 'bg:#448888 #ffffff' - completion-menu.multi-column-meta = 'bg:#aaffff #000000' - scrollbar.arrow = 'bg:#003333' - scrollbar = 'bg:#00aaaa' - selected = '#ffffff bg:#6666aa' - search = '#ffffff bg:#4444aa' - search.current = '#ffffff bg:#44aa44' - bottom-toolbar = 'bg:#222222 #aaaaaa' - bottom-toolbar.off = 'bg:#222222 #888888' - bottom-toolbar.on = 'bg:#222222 #ffffff' - search-toolbar = 'noinherit bold' - search-toolbar.text = 'nobold' - system-toolbar = 'noinherit bold' - arg-toolbar = 'noinherit bold' - arg-toolbar.text = 'nobold' - bottom-toolbar.transaction.valid = 'bg:#222222 #00ff5f bold' - bottom-toolbar.transaction.failed = 'bg:#222222 #ff005f bold' - literal.string = '#ba2121' - literal.number = '#666666' - keyword = 'bold #008000' - - # style classes for colored table output - output.header = "#00ff5f bold" - output.odd-row = "" - output.even-row = "" - output.null = "#808080" #+end_src * Special Exceptions