diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-21 14:32:05 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-21 14:32:05 +0000 |
commit | d232296868ec61a2e31ce933bbc7efedf0368c64 (patch) | |
tree | 3052d2a04d28fcfef17f031692e8b9989e1f9d28 /.config/cointop/colors/devi.toml | |
parent | update (diff) | |
download | scripts-d232296868ec61a2e31ce933bbc7efedf0368c64.tar.gz scripts-d232296868ec61a2e31ce933bbc7efedf0368c64.zip |
cointop
Diffstat (limited to '.config/cointop/colors/devi.toml')
-rw-r--r-- | .config/cointop/colors/devi.toml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/.config/cointop/colors/devi.toml b/.config/cointop/colors/devi.toml new file mode 100644 index 0000000..cde2520 --- /dev/null +++ b/.config/cointop/colors/devi.toml @@ -0,0 +1,76 @@ +colorscheme = "cointop" + +base_fg = "blue" +base_bg = "black" + +chart_fg = "green" +chart_bg = "black" +chart_bold = false + +marketbar_fg = "blue" +marketbar_bg = "black" +marketbar_bold = false + +marketbar_label_active_fg = "cyan" +marketbar_label_active_bg = "black" +marketbar_label_active_bold = false + +menu_fg = "blue" +menu_bg = "black" +menu_bold = false + +menu_header_fg = "black" +menu_header_bg = "green" +menu_header_bold = false + +menu_label_fg = "yellow" +menu_label_bg = "black" +menu_label_bold = false + +menu_label_active_fg = "yellow" +menu_label_active_bg = "black" +menu_label_active_bold = true + +searchbar_fg = "blue" +searchbar_bg = "black" +searchbar_bold = false + +statusbar_fg = "black" +statusbar_bg = "cyan" +statusbar_bold = false + +table_column_price_fg = "cyan" +table_column_price_bg = "black" +table_column_price_bold = false + +table_column_change_fg = "white" +table_column_change_bg = "black" +table_column_change_bold = false + +table_column_change_down_fg = "red" +table_column_change_down_bg = "black" +table_column_change_down_bold = false + +table_column_change_up_fg = "green" +table_column_change_up_bg = "black" +table_column_change_up_bold = false + +table_header_fg = "black" +table_header_bg = "green" +table_header_bold = false + +table_header_column_active_fg = "black" +table_header_column_active_bg = "cyan" +table_header_column_active_bold = false + +table_row_fg = "blue" +table_row_bg = "black" +table_row_bold = false + +table_row_active_fg = "black" +table_row_active_bg = "cyan" +table_row_active_bold = false + +table_row_favorite_fg = "yellow" +table_row_favorite_bg = "black" +table_row_favorite_bold = true |