Skip to content

Commit

Permalink
Add system colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed May 1, 2021
1 parent 1488aa6 commit 7a371aa
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ In alphabetical order:

<img width="900" alt="synthwave" src="https://user-images.githubusercontent.com/168240/115509029-ce693d00-a232-11eb-9cbc-1915c4e7abd0.png">

### [system](./system.toml)

Uses system default color.

![system](https://user-images.githubusercontent.com/168240/116793901-6d393900-aa7e-11eb-8a78-7428b5a4ec6d.png)

### [xray](./xray.toml)

<img width="900" alt="xray" src="https://user-images.githubusercontent.com/168240/115509042-d45f1e00-a232-11eb-9a2d-29bf6fbd8c6f.png">
Expand All @@ -82,6 +88,7 @@ Supported colors are:
- `red`
- `white`
- `yellow`
- `default` - system default

<!-- - xterm display hex colors; view [cheat sheet](https://jonasjacek.github.io/colors/) -->

Expand Down
77 changes: 77 additions & 0 deletions system.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
colorscheme = "system"

base_fg = "default"
base_bg = "default"

chart_fg = "default"
chart_bg = "default"
chart_bold = false

marketbar_fg = "default"
marketbar_bg = "default"
marketbar_bold = false

marketbar_label_active_fg = "default"
marketbar_label_active_bg = "default"
marketbar_label_active_bold = false

menu_fg = "default"
menu_bg = "default"
menu_bold = false

menu_header_fg = "default"
menu_header_bg = "default"
menu_header_bold = false

menu_label_fg = "default"
menu_label_bg = "default"
menu_label_bold = true

menu_label_active_fg = "default"
menu_label_active_bg = "default"
menu_label_active_bold = true

searchbar_fg = "default"
searchbar_bg = "default"
searchbar_bold = false

statusbar_fg = "default"
statusbar_bg = "default"
statusbar_bold = false

table_column_price_fg = "default"
table_column_price_bg = "default"
table_column_price_bold = false

table_column_change_fg = "default"
table_column_change_bg = "default"
table_column_change_bold = false

table_column_change_down_fg = "default"
table_column_change_down_bg = "default"
table_column_change_down_bold = false

table_column_change_up_fg = "default"
table_column_change_up_bg = "default"
table_column_change_up_bold = false

table_header_fg = "default"
table_header_bg = "default"
table_header_bold = false

table_header_column_active_fg = "default"
table_header_column_active_bg = "default"
table_header_column_active_bold = false

table_row_fg = "default"
table_row_bg = "default"
table_row_bold = false

table_row_active_fg = "default"
table_row_active_bg = "default"
table_row_active_bold = true
table_row_active_underline = false

table_row_favorite_fg = "default"
table_row_favorite_bg = "default"
table_row_favorite_bold = false

0 comments on commit 7a371aa

Please sign in to comment.