File tree 9 files changed +21
-16
lines changed
9 files changed +21
-16
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ unreleased]
9
9
10
+ ### Fixes
11
+
12
+ - Kitty themes typo fixed #3
13
+ - Change terminal background color to ` bg ` [ fix #2 ]
14
+
15
+ ## [ v0.0.1] - 9 Jul 2021
16
+
10
17
### Added
11
18
12
19
- Initial release 🎊
13
20
14
- <!-- [unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.1...main -->
15
- <!-- [v0.0.1]: https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1 -->
16
-
17
- [ unreleased ] : https://github.com/projekt0n/github-nvim-theme/tree/main
21
+ [ unreleased ] : https://github.com/projekt0n/github-nvim-theme/compare/v0.0.1...main
22
+ [ v0.0.1 ] : https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1
Original file line number Diff line number Diff line change 2
2
colors :
3
3
# Default colors
4
4
primary :
5
- background : ' 0x1f2428 '
5
+ background : ' 0x24292e '
6
6
foreground : ' 0xd1d5da'
7
7
8
8
# Normal colors
Original file line number Diff line number Diff line change 2
2
colors :
3
3
# Default colors
4
4
primary :
5
- background : ' 0x1e2228 '
5
+ background : ' 0x22272e '
6
6
foreground : ' 0x768390'
7
7
8
8
# Normal colors
Original file line number Diff line number Diff line change 2
2
colors :
3
3
# Default colors
4
4
primary :
5
- background : ' 0xf6f8fa '
5
+ background : ' 0xffffff '
6
6
foreground : ' 0x586069'
7
7
8
8
# Normal colors
Original file line number Diff line number Diff line change 1
1
# github colors for Kitty
2
2
3
- background #1f2428
3
+ background #24292e
4
4
foreground #d1d5da
5
5
selection_background #284566
6
6
selection_foreground #d1d5da
@@ -22,7 +22,7 @@ color3 #e2e210
22
22
color4 #3b8eea
23
23
color5 #bc3fbc
24
24
color6 #29b7da
25
- molor7 #666666
25
+ color7 #666666
26
26
27
27
# bright
28
28
color8 #666666
Original file line number Diff line number Diff line change 1
1
# github colors for Kitty
2
2
3
- background #1e2228
3
+ background #22272e
4
4
foreground #768390
5
5
selection_background #264466
6
6
selection_foreground #768390
@@ -22,7 +22,7 @@ color3 #c69026
22
22
color4 #6cb6ff
23
23
color5 #b083f0
24
24
color6 #56d4dd
25
- molor7 #636e7b
25
+ color7 #636e7b
26
26
27
27
# bright
28
28
color8 #636e7b
Original file line number Diff line number Diff line change 1
1
# github colors for Kitty
2
2
3
- background #f6f8fa
3
+ background #ffffff
4
4
foreground #586069
5
5
selection_background #dbe9f9
6
6
selection_foreground #586069
@@ -22,7 +22,7 @@ color3 #949800
22
22
color4 #0451a5
23
23
color5 #bc05bc
24
24
color6 #0598BC
25
- molor7 #666666
25
+ color7 #666666
26
26
27
27
# bright
28
28
color8 #666666
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function M.alacritty(config)
18
18
colors:
19
19
# Default colors
20
20
primary:
21
- background: '${bg2 }'
21
+ background: '${bg }'
22
22
foreground: '${term_fg}'
23
23
24
24
# Normal colors
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function M.kitty(config)
11
11
local kitty = util .template ([[
12
12
# github colors for Kitty
13
13
14
- background ${bg2 }
14
+ background ${bg }
15
15
foreground ${term_fg}
16
16
selection_background ${bg_visual_selection}
17
17
selection_foreground ${term_fg}
@@ -33,7 +33,7 @@ color3 ${yellow}
33
33
color4 ${blue}
34
34
color5 ${magenta}
35
35
color6 ${cyan}
36
- molor7 ${fg_dark}
36
+ color7 ${fg_dark}
37
37
38
38
# bright
39
39
color8 ${fg_dark}
You can’t perform that action at this time.
0 commit comments