dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: ebad0c4b510693440f86f06f1a10a9de54d4d37d
Parent: e9bc8db8895403d51afe27a7e9866e9fc6d9e40a
Author: Randy Palamar
Date:   Wed,  7 Jul 2021 16:37:43 -0600

tweak color scheme a bit

Diffstat:
M.config/ncmpcpp/config | 14+++++++-------
M.config/sys/etc/portage/savedconfig/x11-terms/st-9999 | 16++++++++--------
M.config/vis/themes/dark.lua | 8++++----
3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config @@ -11,14 +11,14 @@ default_find_mode = wrapped media_library_primary_tag = album_artist current_item_prefix = "$(6)$r" current_item_suffix = "$/r$(end)" -main_window_color = 13 -current_item_inactive_column_prefix = "$3" +main_window_color = 11 +current_item_inactive_column_prefix = "$6" current_item_inactive_column_suffix = "$9" cyclic_scrolling = yes # Playlist browser_playlist_prefix = "$2$b ○ $/b$9" -song_columns_list_format = "(10)[5]{l} (20)[3]{a} (30)[6]{b} (40)[13]{t}" +song_columns_list_format = "(10)[3]{l} (20)[6]{a} (30)[4]{b} (40)[11]{t}" now_playing_prefix = "$b$(16)>>$9" now_playing_suffix = "$/b" playlist_display_mode = "columns" @@ -30,12 +30,12 @@ playlist_disable_highlight_delay = "1" display_bitrate = "yes" titles_visibility = "no" header_visibility = "no" -alternative_header_first_line_format = $b$1$aqqu$/a$9 $(13){%t}|{%f}$9 $1$atqq$/a$9$/b -alternative_header_second_line_format = {$3$b%a$/b$9}|{$3$b%A$/b$9}|{%D} +alternative_header_first_line_format = $b$1$aqqu$/a$9 $(11){%t}|{%f}$9 $1$atqq$/a$9$/b +alternative_header_second_line_format = {$6$b%a$/b$9}|{$6$b%A$/b$9}|{%D} # Progress bar progressbar_look = "▄▄ " -progressbar_elapsed_color = "5" +progressbar_elapsed_color = "3" # Lyrics lyrics_directory = "~/.config/ncmpcpp/lyrics" @@ -55,6 +55,6 @@ visualizer_in_stereo = "yes" visualizer_look = "○▪" visualizer_type = "ellipse" visualizer_autoscale = "yes" -visualizer_color = "5,3,12,13,3,5" +visualizer_color = "3,6,12,11,6,3" visualizer_spectrum_smooth_look = "no" visualizer_spectrum_dft_size = 3 diff --git a/.config/sys/etc/portage/savedconfig/x11-terms/st-9999 b/.config/sys/etc/portage/savedconfig/x11-terms/st-9999 @@ -98,20 +98,20 @@ static const char *colorname[] = { /* 8 normal colors */ [0] = "#090909", /* black */ [1] = "#e6404e", /* red */ - [2] = "#e65080", /* green */ - [3] = "#3B419C", /* yellow */ - [4] = "#a274f2", /* blue */ - [5] = "#f08abe", /* magenta */ + [2] = "#a274f2", /* green */ + [3] = "#d96f92", /* yellow */ + [4] = "#3b419c", /* blue */ + [5] = "#e65080", /* magenta */ [6] = "#4492f4", /* cyan */ [7] = "#999", /* white */ /* 8 bright colors */ [8] = "#1b1b1b", /* black */ [9] = "#ed5a67", /* red */ - [10] = "#e6618c", /* green */ - [11] = "#FA8AAF", /* yellow */ - [12] = "#b694f2", /* blue */ - [13] = "#eb9ac3", /* magenta */ + [10] = "#b694f2", /* green */ + [11] = "#fa8aaf", /* yellow */ + [12] = "#5760e6", /* blue */ + [13] = "#e6618c", /* magenta */ [14] = "#7178eb", /* cyan */ [15] = "#dcdccc", /* white */ diff --git a/.config/vis/themes/dark.lua b/.config/vis/themes/dark.lua @@ -11,10 +11,10 @@ lexers.STYLE_FUNCTION = 'fore:default' lexers.STYLE_KEYWORD = 'fore:default' lexers.STYLE_LABEL = 'fore:default' lexers.STYLE_NUMBER = 'fore:default' -lexers.STYLE_OPERATOR = 'fore:defualt' +lexers.STYLE_OPERATOR = 'fore:green' lexers.STYLE_REGEX = 'fore:default' lexers.STYLE_STRING = 'fore:default' -lexers.STYLE_PREPROCESSOR = 'fore:default' +lexers.STYLE_PREPROCESSOR = 'fore:default,bold' lexers.STYLE_TAG = 'fore:default' lexers.STYLE_TYPE = 'fore:default' lexers.STYLE_VARIABLE = 'fore:default' @@ -29,8 +29,8 @@ lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR lexers.STYLE_CURSOR_LINE = 'underlined' lexers.STYLE_COLOR_COLUMN = 'back:#222222' lexers.STYLE_SELECTION = 'back:#222222' -lexers.STYLE_STATUS = 'back:#222222' -lexers.STYLE_STATUS_FOCUSED = 'back:#222222,bold' +lexers.STYLE_STATUS = 'back:default' +lexers.STYLE_STATUS_FOCUSED = 'back:#1b1b1b,bold' lexers.STYLE_SEPARATOR = lexers.STYLE_DEFAULT lexers.STYLE_INFO = 'fore:default,back:default,bold' lexers.STYLE_EOF = '' \ No newline at end of file