mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
use original theme repo URL
This commit is contained in:
parent
768defeb8e
commit
7c704ce545
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user