Tweak language and styling of background color text in fish_config

This commit is contained in:
ridiculousfish 2016-01-14 23:16:34 -08:00
parent a77ce393ba
commit d7f38a0802

View File

@ -5,10 +5,10 @@ fish cannot change the background color of your terminal and it will not be save
<div class="colorpicker_text_sample" ng-style="{'background-color': terminalBackgroundColor}"> <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> <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"> <div class="color_picker_background_cells">
<span data-ng-style="{'color': text_color_for_color(terminalBackgroundColor || 'white')}">Background Color (illustration only): </span> <span style="display: block; text-align: right; line-height: 110%" data-ng-style="{'color': text_color_for_color(terminalBackgroundColor || 'white')}">Background Color:<br />(demo only)&nbsp;</span>
<div ng-style="{'background-color': color}" ng-repeat="color in sampleTerminalBackgroundColors" ng-click="changeTerminalBackgroundColor(color)" title="Preview with this background color. <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> fish cannot change the background color of your terminal. Refer to your terminal settings to set its background color."></div>
</div> </div>
<!-- This is the sample text --> <!-- This is the sample text -->
<span ng-class="{cs_clickable: customizationActive, cs_editing: csEditingType == 'command'}" <span ng-class="{cs_clickable: customizationActive, cs_editing: csEditingType == 'command'}"