+73 -0 +/-1 browse
1 | diff --git a/meli/docs/samples/themes/ibm-modern.toml b/meli/docs/samples/themes/ibm-modern.toml |
2 | new file mode 100644 |
3 | index 0000000..9bcf324 |
4 | --- /dev/null |
5 | +++ b/meli/docs/samples/themes/ibm-modern.toml |
6 | @@ -0,0 +1,73 @@ |
7 | + [terminal.themes.ibm-modern] |
8 | + "theme_default" = { fg = "$Black100", bg = "$White0", attrs = "Default" } |
9 | + "status.bar" = { fg = "$Black100", bg = "$Magenta40", attrs = "theme_default" } |
10 | + "status.notification" = { fg = "$Black100", bg = "$Magenta40", attrs = "theme_default" } |
11 | + "tab.focused" = { fg = "$White0", bg = "$Purple40", attrs = "theme_default" } |
12 | + "tab.unfocused" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
13 | + "tab.bar" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
14 | + "widgets.list.header" = { fg = "theme_default", bg = "theme_default", attrs = "Bold" } |
15 | + "widgets.form.label" = { fg = "theme_default", bg = "theme_default", attrs = "Bold" } |
16 | + "widgets.form.field" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
17 | + "widgets.form.highlighted" = { fg = "theme_default", bg = "$Cyan30", attrs = "theme_default" } |
18 | + "widgets.options.highlighted" = { fg = "$Cyan10", bg = "$Teal30", attrs = "theme_default" } |
19 | + "mail.sidebar" = { fg = "theme_default", bg = "$CoolGray10", attrs = "theme_default" } |
20 | + "mail.sidebar_account_name" = { fg = "mail.sidebar", attrs = "Bold" } |
21 | + "mail.sidebar_unread_count" = { fg = "$Magenta40", bg = "$CoolGray10" } |
22 | + "mail.sidebar_index" = { fg = "theme_default", bg = "theme_default" } |
23 | + "mail.sidebar_highlighted" = { fg = "theme_default", bg = "$CoolGray10" } |
24 | + "mail.sidebar_highlighted_unread_count" = { from = "mail.sidebar_highlighted" } |
25 | + "mail.sidebar_highlighted_index" = { fg = "mail.sidebar_index", bg = "mail.sidebar_highlighted", attrs = "theme_default" } |
26 | + "mail.sidebar_highlighted_account" = { fg = "mail.sidebar_highlighted", bg = "mail.sidebar_highlighted", attrs = "theme_default" } |
27 | + "mail.sidebar_highlighted_account_name" = { fg = "mail.sidebar_highlighted_account", bg = "mail.sidebar_highlighted_account", attrs = "Bold" } |
28 | + "mail.sidebar_highlighted_account_unread_count" = { fg = "mail.sidebar_unread_count", bg = "mail.sidebar_highlighted_account", attrs = "theme_default" } |
29 | + "mail.sidebar_highlighted_account_index" = { fg = "mail.sidebar_index", bg = "mail.sidebar_highlighted_account", attrs = "theme_default" } |
30 | + "mail.listing.compact.even" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
31 | + "mail.listing.compact.odd" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
32 | + "mail.listing.compact.even_unseen" = { fg = "$Black100", bg = "theme_default", attrs = "theme_default" } |
33 | + "mail.listing.compact.odd_unseen" = { fg = "$Black100", bg = "theme_default", attrs = "theme_default" } |
34 | + "mail.listing.compact.even_selected" = { fg = "$CoolGray10", attrs = "theme_default" } |
35 | + "mail.listing.compact.odd_selected" = { fg = "$CoolGray10", attrs = "theme_default" } |
36 | + "mail.listing.compact.even_highlighted" = { fg = "theme_default", bg = "$CoolGray10", attrs = "theme_default" } |
37 | + "mail.listing.compact.odd_highlighted" = { fg = "theme_default", bg = "$CoolGray10", attrs = "theme_default" } |
38 | + "mail.listing.conversations" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
39 | + "mail.listing.conversations.subject" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
40 | + "mail.listing.conversations.from" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
41 | + "mail.listing.conversations.date" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
42 | + "mail.listing.conversations.unseen" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
43 | + "mail.listing.conversations.highlighted" = { fg = "theme_default", bg = "$CoolGray10", attrs = "Bold" } |
44 | + "mail.listing.conversations.selected" = { fg = "$CoolGray10", bg = "$CoolGray30", attrs = "theme_default" } |
45 | + "mail.listing.plain.even" = { fg = "mail.listing.compact.even", bg = "mail.listing.compact.even", attrs = "theme_default" } |
46 | + "mail.listing.plain.odd" = { fg = "mail.listing.compact.odd", bg = "mail.listing.compact.odd", attrs = "theme_default" } |
47 | + "mail.listing.plain.even_unseen" = { fg = "$Black100", bg = "$CoolGray30", attrs = "theme_default" } |
48 | + "mail.listing.plain.odd_unseen" = { fg = "$Black100", bg = "$CoolGray30", attrs = "theme_default" } |
49 | + "mail.listing.plain.even_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" } |
50 | + "mail.listing.plain.odd_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" } |
51 | + "mail.listing.plain.even_highlighted" = { fg = "theme_default", bg = "$CoolGray10", attrs = "theme_default" } |
52 | + "mail.listing.plain.odd_highlighted" = { fg = "theme_default", bg = "$CoolGray10", attrs = "theme_default" } |
53 | + "mail.view.headers" = { fg = "$Black100", bg = "$Purple40", attrs = "theme_default" } |
54 | + "mail.view.headers_names" = { fg = "$Black100", bg = "$Magenta40", attrs = "mail.view.headers" } |
55 | + "mail.view.headers_area" = { fg = "theme_default", bg = "$Purple40", attrs = "theme_default" } |
56 | + "mail.view.body" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" } |
57 | + "mail.view.thread.indentation.a" = { fg = "theme_default", bg = "CornflowerBlue", attrs = "theme_default" } |
58 | + "mail.view.thread.indentation.b" = { fg = "theme_default", bg = "Red1", attrs = "theme_default" } |
59 | + "mail.view.thread.indentation.c" = { fg = "theme_default", bg = "Pink3", attrs = "theme_default" } |
60 | + "mail.view.thread.indentation.d" = { fg = "theme_default", bg = "Gold1", attrs = "theme_default" } |
61 | + "mail.view.thread.indentation.e" = { fg = "theme_default", bg = "Orange3", attrs = "theme_default" } |
62 | + "mail.view.thread.indentation.f" = { fg = "theme_default", bg = "CadetBlue", attrs = "theme_default" } |
63 | + "mail.listing.attachment_flag" = { fg = "$CoolGray30", bg = "theme_default", attrs = "theme_default" } |
64 | + "mail.listing.thread_snooze_flag" = { fg = "$Magenta40", bg = "theme_default", attrs = "theme_default" } |
65 | + "mail.listing.tag_default" = { fg = "$White0", bg = "$Black100", attrs = "Bold" } |
66 | + "pager.highlight_search" = { fg = "theme_default", bg = "$Teal30", attrs = "Bold" } |
67 | + "pager.highlight_search_current" = { fg = "$CoolGray10", bg = "$Teal30", attrs = "Bold" } |
68 | + |
69 | + [terminal.themes.ibm-modern.color_aliases] |
70 | + "Blue60" = "#0f62fe" |
71 | + "Black100" = "#000000" |
72 | + "White0" = "#ffffff" |
73 | + "Cyan30" = "#82cfff" |
74 | + "Purple40" = "#be95ff" |
75 | + "Magenta40" = "#ff7eb6" |
76 | + "Teal30" = "#3ddbd9" |
77 | + "Cyan10" = "#e5f6ff" |
78 | + "CoolGray10" = "#f2f4f8" |
79 | + "CoolGray30" = "#c1c7cd" |