Add One Dark Pro theme
This commit is contained in:
parent
9ee6d7bc28
commit
62f09365e3
3 changed files with 6 additions and 0 deletions
|
|
@ -66,4 +66,5 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
||||||
theme_file(b, exe, "ayu", "ayu-mirage-bordered.json");
|
theme_file(b, exe, "ayu", "ayu-mirage-bordered.json");
|
||||||
theme_file(b, exe, "ayu", "ayu-light.json");
|
theme_file(b, exe, "ayu", "ayu-light.json");
|
||||||
theme_file(b, exe, "ayu", "ayu-light-bordered.json");
|
theme_file(b, exe, "ayu", "ayu-light-bordered.json");
|
||||||
|
theme_file(b, exe, "onedark_pro", "themes/OneDark-Pro.json");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,10 @@
|
||||||
.url = "https://github.com/ayu-theme/vscode-ayu/archive/91839e8a9dfa78d61e58dbcf9b52272a01fee66a.tar.gz",
|
.url = "https://github.com/ayu-theme/vscode-ayu/archive/91839e8a9dfa78d61e58dbcf9b52272a01fee66a.tar.gz",
|
||||||
.hash = "1220217a9a25d48cd61948f3455d08d4f64ed2c72e79f3257a9f28c746eb1432af27",
|
.hash = "1220217a9a25d48cd61948f3455d08d4f64ed2c72e79f3257a9f28c746eb1432af27",
|
||||||
},
|
},
|
||||||
|
.theme_onedark_pro = .{
|
||||||
|
.url = "https://github.com/Binaryify/OneDark-Pro/archive/2cb4ae735fc0482e0486b52cd873128eb5249900.tar.gz",
|
||||||
|
.hash = "122046bbdd4b5a816d5324a8c6b78e4d70dc07cdafb113b2a118bcdfeb0f8531dc60",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"build.zig",
|
"build.zig",
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ pub const theme_files = [_]theme_file{
|
||||||
THEME("extensions/theme-defaults/themes/dark_vs.json"),
|
THEME("extensions/theme-defaults/themes/dark_vs.json"),
|
||||||
THEME("extensions/theme-defaults/themes/dark_plus.json"),
|
THEME("extensions/theme-defaults/themes/dark_plus.json"),
|
||||||
THEME("extensions/theme-defaults/themes/dark_modern.json"),
|
THEME("extensions/theme-defaults/themes/dark_modern.json"),
|
||||||
|
THEME("themes/OneDark-Pro.json"),
|
||||||
|
|
||||||
// light themes
|
// light themes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue