From 2b1a4ad3242b21c8f362cc6f740c6ede3404e76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Wed, 19 Oct 2022 22:23:27 +0200 Subject: [PATCH] Host colors added to themes --- themes/ascii_gyr.pm | 2 ++ themes/ascii_yb.pm | 2 ++ themes/blocks_gyr.pm | 2 ++ themes/blocks_yb.pm | 2 ++ themes/powerline_gyr.pm | 2 ++ themes/powerline_yb.pm | 2 ++ 6 files changed, 12 insertions(+) diff --git a/themes/ascii_gyr.pm b/themes/ascii_gyr.pm index 4726f21..2950993 100644 --- a/themes/ascii_gyr.pm +++ b/themes/ascii_gyr.pm @@ -59,6 +59,8 @@ # User@host - Root - Foreground and background colors 'uh_root_fg' => thref 'fg3' , 'uh_root_bg' => thref 'bg3' , + # User@host - Hostname foreground color + 'uh_host_fg' => thref 'fg0', # Date/time - Colors 'dt_time_fg' => SECTION_DEFAULT , diff --git a/themes/ascii_yb.pm b/themes/ascii_yb.pm index a50306d..82b429d 100644 --- a/themes/ascii_yb.pm +++ b/themes/ascii_yb.pm @@ -59,6 +59,8 @@ # User@host - Root - Foreground and background colors 'uh_root_fg' => thref 'fg3' , 'uh_root_bg' => thref 'bg3' , + # User@host - Hostname foreground color + 'uh_host_fg' => thref 'fg0', # Date/time - Colors 'dt_time_fg' => SECTION_DEFAULT , diff --git a/themes/blocks_gyr.pm b/themes/blocks_gyr.pm index 2338f07..4f24263 100644 --- a/themes/blocks_gyr.pm +++ b/themes/blocks_gyr.pm @@ -59,6 +59,8 @@ # User@host - Root - Foreground and background colors 'uh_root_fg' => thref 'fg3' , 'uh_root_bg' => thref 'bg3' , + # User@host - Hostname foreground color + 'uh_host_fg' => thref 'fg0', # Date/time - Colors 'dt_time_fg' => SECTION_DEFAULT , diff --git a/themes/blocks_yb.pm b/themes/blocks_yb.pm index 2e96aa1..4366900 100644 --- a/themes/blocks_yb.pm +++ b/themes/blocks_yb.pm @@ -59,6 +59,8 @@ # User@host - Root - Foreground and background colors 'uh_root_fg' => thref 'fg3' , 'uh_root_bg' => thref 'bg3' , + # User@host - Hostname foreground color + 'uh_host_fg' => thref 'fg0', # Date/time - Colors 'dt_time_fg' => SECTION_DEFAULT , diff --git a/themes/powerline_gyr.pm b/themes/powerline_gyr.pm index e333963..d871f74 100644 --- a/themes/powerline_gyr.pm +++ b/themes/powerline_gyr.pm @@ -58,6 +58,8 @@ # User@host - Root - Foreground and background colors 'uh_root_fg' => thref 'fg3' , 'uh_root_bg' => thref 'bg3' , + # User@host - Hostname foreground color + 'uh_host_fg' => thref 'fg0', # Date/time - Colors 'dt_time_fg' => SECTION_DEFAULT , diff --git a/themes/powerline_yb.pm b/themes/powerline_yb.pm index 3e5d769..f7d1f0b 100644 --- a/themes/powerline_yb.pm +++ b/themes/powerline_yb.pm @@ -58,6 +58,8 @@ # User@host - Root - Foreground and background colors 'uh_root_fg' => thref 'fg3' , 'uh_root_bg' => thref 'bg3' , + # User@host - Hostname foreground color + 'uh_host_fg' => thref 'fg0', # Date/time - Colors 'dt_time_fg' => SECTION_DEFAULT ,