A theme with colors made to look like a terminal in an old computer.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "Computer Terminal",
"theme": {
"images": {
"additional_backgrounds": []
},
"properties": {
"additional_backgrounds_alignment": [
"right bottom"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(51, 51, 51)",
"toolbar_text": "rgb(51, 255, 51)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(255, 176, 0)",
"toolbar_field": "rgb(0, 0, 0)",
"toolbar_field_text": "rgb(51, 255, 51)",
"tab_line": "rgb(51, 255, 51)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(51, 255, 51)",
"button_background_active": "rgb(153, 153, 153)",
"button_background_hover": "rgb(102, 102, 102)",
"frame_inactive": "rgb(51, 51, 51)",
"icons_attention": "rgb(51, 51, 51)",
"icons": "rgb(255, 176, 0)",
"ntp_background": "rgb(0, 0, 0)",
"ntp_text": "rgb(51, 255, 51)",
"popup_border": "rgb(255, 176, 0)",
"popup_highlight_text": "rgb(255, 176, 0)",
"popup_highlight": "rgb(51, 51, 51)",
"sidebar_border": "rgb(255, 176, 0)",
"sidebar_highlight_text": "rgb(255, 176, 0)",
"sidebar_highlight": "rgb(51, 51, 51)",
"sidebar_text": "rgb(51, 255, 51)",
"sidebar": "rgb(51, 51, 51)",
"tab_background_separator": "rgb(51, 255, 51)",
"tab_loading": "rgb(255, 176, 0)",
"tab_selected": "rgb(51, 51, 51)",
"tab_text": "rgb(51, 255, 51)",
"toolbar_bottom_separator": "rgb(51, 255, 51)",
"toolbar_field_border_focus": "rgb(255, 176, 0)",
"toolbar_field_border": "rgba(51, 255, 51, 0.5)",
"toolbar_field_focus": "rgb(0, 0, 0)",
"toolbar_field_highlight_text": "rgb(255, 176, 0)",
"toolbar_field_highlight": "rgb(51, 51, 51)",
"toolbar_field_separator": "rgb(51, 51, 51)",
"toolbar_field_text_focus": "rgb(51, 255, 51)",
"toolbar_top_separator": "rgb(51, 255, 51)",
"toolbar_vertical_separator": "rgb(102, 102, 102)"
}
}
}