Skip to content

Commit 81b0f22

Browse files
committed
Update URLs in README and file headers
1 parent 7ebc92a commit 81b0f22

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,11 @@ All of the theme colors can be overriden by setting correct variable.
285285
- [dunst theme](https://github.com/voidekh/kyotonight.vim/raw/master/extras/dunst/dunstrc)
286286
- [Kvantum theme](https://github.com/voidekh/kyotonight.vim/tree/master/extras/kvantum)
287287
- [i3lock theme](https://github.com/voidekh/kyotonight.vim/tree/master/extras/i3lock-color)
288-
- [Contour terminal theme](https://github.com/laniusone/kyotonight.vim/raw/master/extras/contour/kyotonight.yml)
289-
- [tym terminal](https://github.com/laniusone/kyotonight.vim/raw/master/extras/tym/theme.lua)
290-
- [tmux status line theme](https://github.com/laniusone/kyotonight.vim/raw/master/extras/tmux/tmux.conf)
291-
- [Xfce4 panel theme](https://github.com/laniusone/kyotonight.vim/raw/master/extras/xfce4-panel/gtk.css)
292-
- [Xfce4 terminal theme](https://github.com/laniusone/kyotonight.vim/raw/master/extras/xfce4-terminal/terminalrc)
288+
- [Contour terminal theme](https://github.com/voidekh/kyotonight.vim/raw/master/extras/contour/kyotonight.yml)
289+
- [tym terminal](https://github.com/voidekh/kyotonight.vim/raw/master/extras/tym/theme.lua)
290+
- [tmux status line theme](https://github.com/voidekh/kyotonight.vim/raw/master/extras/tmux/tmux.conf)
291+
- [Xfce4 panel theme](https://github.com/voidekh/kyotonight.vim/raw/master/extras/xfce4-panel/gtk.css)
292+
- [Xfce4 terminal theme](https://github.com/voidekh/kyotonight.vim/raw/master/extras/xfce4-terminal/terminalrc)
293293
- Theme also supports lightline, airline and lualine
294294
295295
## Ackowledgements

extras/contour/kyotonight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# name: Kyoto Night
22
# license: MIT
33
# author: Wojciech M. Wnuk <laniusone@pm.me>
4-
# upstream: https://github.com/laniusone/kyotonight.vim/raw/master/extras/contour/kyotonight.yml
4+
# upstream: https://github.com/voidekh/kyotonight.vim/raw/master/extras/contour/kyotonight.yml
55
#
66
# Copy 'kyotonight' section to your color_schemes in contour.yml and set kyotonight colors in your
77
# profile section(s).

extras/i3/kyotonight

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# name: Kyoto Night
22
# license: MIT
33
# author: Wojciech M. Wnuk <laniusone@pm.me>
4-
# upstream: https://github.com/laniusone/kyotonight.vim/raw/master/extras/i3/kyotonight
4+
# upstream: https://github.com/voidekh/kyotonight.vim/raw/master/extras/i3/kyotonight
55
#
66
# Adjust your bar config accordingly, or remove if you're using other bar.
77

extras/kitty/kyotonight.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# name: Kyoto Night
22
# license: MIT
33
# author: Wojciech M. Wnuk <laniusone@pm.me>
4-
# upstream: https://github.com/laniusone/kyotonight.vim/raw/master/extras/kitty/kyotonight.conf
4+
# upstream: https://github.com/voidekh/kyotonight.vim/raw/master/extras/kitty/kyotonight.conf
55
#
66
# It's a mix of Tokyo Night Alacritty and Kitty themes by Folke Lemaitre
77
# Alacritty: https://github.com/folke/tokyonight.nvim/blob/main/extras/alacritty/tokyonight_night.yml

extras/tmux/tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# name: Kyoto Night
22
# license: MIT
33
# author: Wojciech M. Wnuk <laniusone@pm.me>
4-
# upstream: https://github.com/laniusone/kyotonight.vim/raw/master/extras/tmux/tmux.conf
4+
# upstream: https://github.com/voidekh/kyotonight.vim/raw/master/extras/tmux/tmux.conf
55

66
set-option -g status-bg color0
77
set-option -g status-fg color6

extras/xfce4-panel/gtk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* name: Kyoto Night */
22
/* license: MIT */
33
/* author: Wojciech M. Wnuk <laniusone@pm.me> */
4-
/* upstream: https://github.com/laniusone/kyotonight.vim/raw/master/extras/xfce4-panel/gtk.css */
4+
/* upstream: https://github.com/voidekh/kyotonight.vim/raw/master/extras/xfce4-panel/gtk.css */
55

66
/** Workspace switcher */
77
.xfce4-panel widget grid button.flat.toggle {

0 commit comments

Comments
 (0)