@@ -8,42 +8,44 @@ sidebar:
88The following table lists the default Tui color theme. These can be overridden with the ` --tui-theme-colors ` command
99line option or in the ` theme-colors ` section of the configuration file.
1010
11- | Item | Description | Default |
12- | ------------------------------------ | --------------------------------------------------------- | ------------ |
13- | ` bg-color ` | The default background color | ` Black ` |
14- | ` border-color ` | The default color of borders | ` Gray ` |
15- | ` text-color ` | The default color of text | ` Gray ` |
16- | ` tab-text-color ` | The color of the text in traces tabs | ` Green ` |
17- | ` hops-table-header-bg-color ` | The background color of the hops table header | ` White ` |
18- | ` hops-table-header-text-color ` | The color of text in the hops table header | ` Black ` |
19- | ` hops-table-row-active-text-color ` | The color of text of active rows in the hops table | ` Gray ` |
20- | ` hops-table-row-inactive-text-color ` | The color of text of inactive rows in the hops table | ` DarkGray ` |
21- | ` hops-chart-selected-color ` | The color of the selected series in the hops chart | ` Green ` |
22- | ` hops-chart-unselected-color ` | The color of the unselected series in the hops chart | ` Gray ` |
23- | ` hops-chart-axis-color ` | The color of the axis in the hops chart | ` DarkGray ` |
24- | ` frequency-chart-bar-color ` | The color of bars in the frequency chart | ` Green ` |
25- | ` frequency-chart-text-color ` | The color of text in the bars of the frequency chart | ` Gray ` |
26- | ` flows-chart-bar-selected-color ` | The color of the selected flow bar in the flows chart | ` Green ` |
27- | ` flows-chart-bar-unselected-color ` | The color of the unselected flow bar in the flows chart | ` DarkGray ` |
28- | ` flows-chart-text-current-color ` | The color of the current flow text in the flows chart | ` LightGreen ` |
29- | ` flows-chart-text-non-current-color ` | The color of the non-current flow text in the flows chart | ` White ` |
30- | ` samples-chart-color ` | The color of the samples chart | ` Yellow ` |
31- | ` samples-chart-lost-color ` | The color of the samples chart for lost probes | ` Red ` |
32- | ` help-dialog-bg-color ` | The background color of the help dialog | ` Blue ` |
33- | ` help-dialog-text-color ` | The color of the text in the help dialog | ` Gray ` |
34- | ` settings-dialog-bg-color ` | The background color of the settings dialog | ` blue ` |
35- | ` settings-tab-text-color ` | The color of the text in settings dialog tabs | ` green ` |
36- | ` settings-table-header-text-color ` | The color of text in the settings table header | ` black ` |
37- | ` settings-table-header-bg-color ` | The background color of the settings table header | ` white ` |
38- | ` settings-table-row-text-color ` | The color of text of rows in the settings table | ` gray ` |
39- | ` map-world-color ` | The color of the map world diagram | ` white ` |
40- | ` map-radius-color ` | The color of the map accuracy radius circle | ` yellow ` |
41- | ` map-selected-color ` | The color of the map selected item box | ` green ` |
42- | ` map-info-panel-border-color ` | The color of border of the map info panel | ` gray ` |
43- | ` map-info-panel-bg-color ` | The background color of the map info panel | ` black ` |
44- | ` map-info-panel-text-color ` | The color of text in the map info panel | ` gray ` |
45- | ` info-bar-bg-color ` | The background color of the information bar | ` white ` |
46- | ` info-bar-text-color ` | The color of text in the information bar | ` black ` |
11+ | Item | Description | Default |
12+ | ------------------------------------ | ---------------------------------------------------------- | ------------ |
13+ | ` bg-color ` | The default background color | ` Black ` |
14+ | ` border-color ` | The default color of borders | ` Gray ` |
15+ | ` text-color ` | The default color of text | ` Gray ` |
16+ | ` tab-text-color ` | The color of the text in traces tabs | ` Green ` |
17+ | ` hops-table-header-bg-color ` | The background color of the hops table header | ` White ` |
18+ | ` hops-table-header-text-color ` | The color of text in the hops table header | ` Black ` |
19+ | ` hops-table-row-active-text-color ` | The color of text of active rows in the hops table | ` Gray ` |
20+ | ` hops-table-row-inactive-text-color ` | The color of text of inactive rows in the hops table | ` DarkGray ` |
21+ | ` hops-table-row-selected-bg-color ` | The color of background of selected rows in the hops table | ` Gray ` |
22+ | ` hops-table-row-selected-text-color ` | The color of text of selected rows in the hops table | ` Black ` |
23+ | ` hops-chart-selected-color ` | The color of the selected series in the hops chart | ` Green ` |
24+ | ` hops-chart-unselected-color ` | The color of the unselected series in the hops chart | ` Gray ` |
25+ | ` hops-chart-axis-color ` | The color of the axis in the hops chart | ` DarkGray ` |
26+ | ` frequency-chart-bar-color ` | The color of bars in the frequency chart | ` Green ` |
27+ | ` frequency-chart-text-color ` | The color of text in the bars of the frequency chart | ` Gray ` |
28+ | ` flows-chart-bar-selected-color ` | The color of the selected flow bar in the flows chart | ` Green ` |
29+ | ` flows-chart-bar-unselected-color ` | The color of the unselected flow bar in the flows chart | ` DarkGray ` |
30+ | ` flows-chart-text-current-color ` | The color of the current flow text in the flows chart | ` LightGreen ` |
31+ | ` flows-chart-text-non-current-color ` | The color of the non-current flow text in the flows chart | ` White ` |
32+ | ` samples-chart-color ` | The color of the samples chart | ` Yellow ` |
33+ | ` samples-chart-lost-color ` | The color of the samples chart for lost probes | ` Red ` |
34+ | ` help-dialog-bg-color ` | The background color of the help dialog | ` Blue ` |
35+ | ` help-dialog-text-color ` | The color of the text in the help dialog | ` Gray ` |
36+ | ` settings-dialog-bg-color ` | The background color of the settings dialog | ` blue ` |
37+ | ` settings-tab-text-color ` | The color of the text in settings dialog tabs | ` green ` |
38+ | ` settings-table-header-text-color ` | The color of text in the settings table header | ` black ` |
39+ | ` settings-table-header-bg-color ` | The background color of the settings table header | ` white ` |
40+ | ` settings-table-row-text-color ` | The color of text of rows in the settings table | ` gray ` |
41+ | ` map-world-color ` | The color of the map world diagram | ` white ` |
42+ | ` map-radius-color ` | The color of the map accuracy radius circle | ` yellow ` |
43+ | ` map-selected-color ` | The color of the map selected item box | ` green ` |
44+ | ` map-info-panel-border-color ` | The color of border of the map info panel | ` gray ` |
45+ | ` map-info-panel-bg-color ` | The background color of the map info panel | ` black ` |
46+ | ` map-info-panel-text-color ` | The color of text in the map info panel | ` gray ` |
47+ | ` info-bar-bg-color ` | The background color of the information bar | ` white ` |
48+ | ` info-bar-text-color ` | The color of text in the information bar | ` black ` |
4749
4850The supported [ ANSI colors] ( https://en.wikipedia.org/wiki/ANSI_escape_code#Colors ) are:
4951
0 commit comments