Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix color palette for PaperColor themes #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
62 changes: 31 additions & 31 deletions bin/theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7011,45 +7011,45 @@ cursor: #3fdcee

papercolor-dark
0: #1c1c1c
1: #585858
2: #af87d7
3: #afd700
4: #ff5faf
5: #00afaf
6: #ffaf00
7: #808080
8: #d7af5f
9: #585858
10: #af87d7
11: #afd700
12: #ff5faf
13: #00afaf
14: #ffaf00
15: #d0d0d0
foreground: #808080
1: #af005f
2: #5faf00
3: #d7af5f
4: #5fafd7
5: #808080
6: #d7875f
7: #d0d0d0
8: #585858
9: #5faf5f
10: #afd700
11: #af87d7
12: #ffaf00
13: #ff5faf
14: #00afaf
15: #5f8787
foreground: #d0d0d0
background: #1c1c1c
cursor: #808080
cursor: #d0d0d0

papercolor-light
0: #eeeeee
1: #bcbcbc
2: #8700af
3: #d70087
4: #d75f00
5: #005faf
6: #d75f00
1: #af0000
2: #008700
3: #5f8700
4: #0087af
5: #878787
6: #005f87
7: #444444
8: #5f8700
9: #bcbcbc
10: #8700af
11: #d70087
8: #bcbcbc
9: #d70000
10: #d70087
11: #8700af
12: #d75f00
13: #005faf
14: #d75f00
15: #878787
13: #d75f00
14: #005faf
15: #005f87
foreground: #444444
background: #eeeeee
cursor: #444444
cursor: #bcbcbc

paraiso
0: #2f1e2e
Expand Down
34 changes: 17 additions & 17 deletions themes/papercolor-dark
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
color0 #1c1c1c
color1 #585858
color2 #af87d7
color3 #afd700
color4 #ff5faf
color5 #00afaf
color6 #ffaf00
color7 #808080
color8 #d7af5f
color9 #585858
color10 #af87d7
color11 #afd700
color12 #ff5faf
color13 #00afaf
color14 #ffaf00
color15 #d0d0d0
color1 #af005f
color2 #5faf00
color3 #d7af5f
color4 #5fafd7
color5 #808080
color6 #d7875f
color7 #d0d0d0
color8 #585858
color9 #5faf5f
color10 #afd700
color11 #af87d7
color12 #ffaf00
color13 #ff5faf
color14 #00afaf
color15 #5f8787
background #1c1c1c
foreground #808080
cursor #808080
foreground #d0d0d0
cursor #d0d0d0
28 changes: 14 additions & 14 deletions themes/papercolor-light
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
color0 #eeeeee
color1 #bcbcbc
color2 #8700af
color3 #d70087
color4 #d75f00
color5 #005faf
color6 #d75f00
color1 #af0000
color2 #008700
color3 #5f8700
color4 #0087af
color5 #878787
color6 #005f87
color7 #444444
color8 #5f8700
color9 #bcbcbc
color10 #8700af
color11 #d70087
color8 #bcbcbc
color9 #d70000
color10 #d70087
color11 #8700af
color12 #d75f00
color13 #005faf
color14 #d75f00
color15 #878787
color13 #d75f00
color14 #005faf
color15 #005f87
background #eeeeee
foreground #444444
cursor #444444
cursor #bcbcbc