use original theme repo URL

This commit is contained in:
Edouard Lopez 2021-01-04 13:28:58 +01:00 committed by Fabian Homborg
parent 768defeb8e
commit 7c704ce545

View File

@ -339,21 +339,21 @@ var ayuTheme = {
// ayu Light
var color_scheme_ayu_light = {
name: 'ayu Light',
url: 'https://github.com/edouard-lopez/ayu-theme.fish',
url: 'https://github.com/dempfi/ayu',
}
ayuTheme.apply(ayuTheme.ayu_light, color_scheme_ayu_light)
// ayu Dark
var color_scheme_ayu_dark = {
name: 'ayu Dark',
url: 'https://github.com/edouard-lopez/ayu-theme.fish',
url: 'https://github.com/dempfi/ayu',
}
ayuTheme.apply(ayuTheme.ayu_dark, color_scheme_ayu_dark)
// ayu Mirage
var color_scheme_ayu_mirage = {
name: 'ayu Mirage',
url: 'https://github.com/edouard-lopez/ayu-theme.fish',
url: 'https://github.com/dempfi/ayu',
}
ayuTheme.apply(ayuTheme.ayu_mirage, color_scheme_ayu_mirage)