Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Add High Contrast theme #70

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions curated.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"Feren OS (2020)": "https://github.com/GradienceTeam/Community/raw/next/curated/feren-os-2020.json",
"Feren OS Dark (2020)": "https://github.com/GradienceTeam/Community/raw/next/curated/feren-os-dark-2020.json",
"Gruvbox": "https://github.com/GradienceTeam/Community/raw/next/curated/gruvbox.json",
"High Contrast": "https://github.com/GradienceTeam/Community/raw/next/curated/high-contrast.json",
"High Contrast Dark": "https://github.com/GradienceTeam/Community/raw/next/curated/high-contrast-dark.json",
"Jungle Jaunt": "https://github.com/GradienceTeam/Community/raw/next/curated/jungle-jaunt.json",
"Kanagawa": "https://github.com/GradienceTeam/Community/raw/next/curated/kanagawa.json",
"Layan": "https://github.com/GradienceTeam/Community/raw/next/curated/layan.json",
Expand Down
108 changes: 108 additions & 0 deletions curated/high-contrast-dark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"name": "High Contrast Dark",
"variables": {
"accent_color": "rgb(120,174,237)",
"accent_bg_color": "rgb(53,132,228)",
"accent_fg_color": "#ffffff",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#c01c28",
"destructive_fg_color": "#ffffff",
"success_color": "#8ff0a4",
"success_bg_color": "#26a269",
"success_fg_color": "#ffffff",
"warning_color": "#f8e45c",
"warning_bg_color": "#cd9309",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#ff7b63",
"error_bg_color": "#c01c28",
"error_fg_color": "#ffffff",
"window_bg_color": "rgb(0,0,0)",
"window_fg_color": "rgb(255,255,255)",
"view_bg_color": "rgb(0,0,0)",
"view_fg_color": "rgb(255,255,255)",
"headerbar_bg_color": "rgb(0,0,0)",
"headerbar_fg_color": "#ffffff",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgb(255,255,255)",
"card_bg_color": "rgba(255,255,255,0.08)",
"card_fg_color": "rgb(255,255,255)",
"card_shade_color": "rgb(255,255,255)",
"dialog_bg_color": "rgb(30,30,30)",
"dialog_fg_color": "rgb(255,255,255)",
"popover_bg_color": "rgb(30,30,30)",
"popover_fg_color": "rgb(255,255,255)",
"shade_color": "rgba(0,0,0,0.36)",
"scrollbar_outline_color": "rgb(255,255,255)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "window {\n outline-color: #ffffff;\n outline-width: 2px;\n}",
"gtk3": ""
},
"plugins": {}
}
108 changes: 108 additions & 0 deletions curated/high-contrast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"name": "High Contrast",
"variables": {
"accent_color": "#1c71d8",
"accent_bg_color": "#3584e4",
"accent_fg_color": "#ffffff",
"destructive_color": "#c01c28",
"destructive_bg_color": "#e01b24",
"destructive_fg_color": "#ffffff",
"success_color": "#26a269",
"success_bg_color": "#2ec27e",
"success_fg_color": "#ffffff",
"warning_color": "#ae7b03",
"warning_bg_color": "#e5a50a",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "#c01c28",
"error_bg_color": "#e01b24",
"error_fg_color": "#ffffff",
"window_bg_color": "rgb(255,255,255)",
"window_fg_color": "rgb(0,0,0)",
"view_bg_color": "rgb(255,255,255)",
"view_fg_color": "rgb(0,0,0)",
"headerbar_bg_color": "rgb(255,255,255)",
"headerbar_fg_color": "rgb(0,0,0)",
"headerbar_border_color": "rgb(0,0,0)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgb(0,0,0)",
"card_bg_color": "#ffffff",
"card_fg_color": "rgb(0,0,0)",
"card_shade_color": "rgb(0,0,0)",
"dialog_bg_color": "#fafafa",
"dialog_fg_color": "rgb(0,0,0)",
"popover_bg_color": "#ffffff",
"popover_fg_color": "rgb(0,0,0)",
"shade_color": "rgba(0,0,0,0.07)",
"scrollbar_outline_color": "rgb(0,0,0)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "window {\n outline-color: #000000;\n outline-width: 2px;\n}",
"gtk3": ""
},
"plugins": {}
}