aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config/partials/colors.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/tools/web_config/partials/colors.html')
-rw-r--r--share/tools/web_config/partials/colors.html13
1 files changed, 4 insertions, 9 deletions
diff --git a/share/tools/web_config/partials/colors.html b/share/tools/web_config/partials/colors.html
index 1db8c896..5edc7b70 100644
--- a/share/tools/web_config/partials/colors.html
+++ b/share/tools/web_config/partials/colors.html
@@ -1,16 +1,11 @@
-<div>
+<div title="Background color for illustration only.
+
+fish cannot change the background color of your terminal and it will not be saved. Refer to your terminal documentation to set its background color.">
<!-- ko with: color_picker -->
- <div class="colorpicker_text_notice">
- The background color in the theme preview box below is for
- illustration only. The displayed background color is not part of the
- theme and will not be saved. Fish is not able to change the terminal
- window background color. See your terminal documentation for how to
- set its background color.
- </div>
<div class="colorpicker_text_sample" ng-style="{'background-color': terminalBackgroundColor}">
<span style="position: absolute; left: 10px; top: 3px;" data-ng-style="{'color': text_color_for_color(terminalBackgroundColor || 'white')}">{{ selectedColorScheme.name }}</span><br>
<div class="color_picker_background_cells">
- <span data-ng-style="{'color': text_color_for_color(terminalBackgroundColor || 'white')}">Background: </span>
+ <span data-ng-style="{'color': text_color_for_color(terminalBackgroundColor || 'white')}">Background Color (illustration only): </span>
<div ng-style="{'background-color': color}" ng-repeat="color in sampleTerminalBackgroundColors" ng-click="changeTerminalBackgroundColor(color)" title="Preview with this background color.
fish cannot change the background color of your terminal. Refer to your terminal documentation to set its background color."></div>