Skip to content

Commit

Permalink
update default and basic color themes
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Mar 30, 2024
1 parent 1ecf886 commit 62342df
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ This configuration file holds user interface color settings. Default content:
history_text_sent_color_bg=
history_text_sent_color_fg=gray
list_attr=
list_attr_selected=bold
list_attr_selected=reverse
list_color_bg=
list_color_fg=
listborder_attr=
Expand Down
Binary file modified doc/screenshot-nchat-basic-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/screenshot-nchat-dracula.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/screenshot-nchat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/common/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

#pragma once

#define NCHAT_VERSION "4.49"
#define NCHAT_VERSION "4.50"
2 changes: 1 addition & 1 deletion src/nchat.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH NCHAT "1" "March 2024" "nchat v4.49" "User Commands"
.TH NCHAT "1" "March 2024" "nchat v4.50" "User Commands"
.SH NAME
nchat \- ncurses chat
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/uicolorconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void UiColorConfig::Init()
{ "status_color_bg", "" },
{ "status_color_fg", "" },
{ "list_attr", "" },
{ "list_attr_selected", "bold" },
{ "list_attr_selected", "reverse" },
{ "list_color_bg", "" },
{ "list_color_fg", "" },
{ "listborder_attr", "" },
Expand Down
2 changes: 1 addition & 1 deletion themes/basic-color/color.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ history_text_recv_group_color_fg=
history_text_sent_color_bg=
history_text_sent_color_fg=
list_attr=
list_attr_selected=bold
list_attr_selected=reverse
list_color_bg=
list_color_fg=
listborder_attr=
Expand Down
2 changes: 1 addition & 1 deletion themes/default/color.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ history_text_recv_group_color_fg=
history_text_sent_color_bg=
history_text_sent_color_fg=gray
list_attr=
list_attr_selected=bold
list_attr_selected=reverse
list_color_bg=
list_color_fg=
listborder_attr=
Expand Down

0 comments on commit 62342df

Please sign in to comment.