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 ,