Skip to content

Commit

Permalink
(all tests) Update tests to use same color scheme.
Browse files Browse the repository at this point in the history
Details:
- Mostly a reaction to the new default color scheme in Neovim 0.10.
  • Loading branch information
echasnovski committed Dec 7, 2023
1 parent b08aab4 commit 4e62d94
Show file tree
Hide file tree
Showing 991 changed files with 6,294 additions and 6,590 deletions.
4 changes: 4 additions & 0 deletions scripts/minimal_init.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- Add project root as full path to runtime path (in order to be able to
-- `require()`) modules from this module
vim.cmd([[let &rtp.=','.getcwd()]])

-- Ensure persistent color scheme (matters after new default in Neovim 0.10)
vim.o.background = 'dark'
require('mini.hues').setup({ background = '#11262d', foreground = '#c0c8cc' })
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
5|-- VISUAL -- 5

-|---------|---------|---------|---------|---------|---------|---------|
1|0111122222222222222222222222222222222222222222222222222222222222222222
1|0111022222222222222222222222222222222222222222222222222222222222222222
2|3333333333333333333333333333333333333333333333333333333333333333333333
3|3333333333333333333333333333333333333333333333333333333333333333333333
4|4444444444444444444444444444444444444444444444444444444444444444444444
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
12|

--|---------|---------|----
01|011111111112111111111111
02|111111111112333333333333
03|111111111112333333333333
04|111111111112333333333333
05|111111111112333333333333
06|333333333332333333333333
07|333333333332333333333333
08|333333333332333333333333
09|333333333332333333333333
10|333333333332333333333333
11|444444444444555555555555
12|222222222222222222222222
01|011111111112333333333333
02|111111111112444444444444
03|111111111112444444444444
04|111111111112444444444444
05|111111111112444444444444
06|555555555552444444444444
07|555555555552444444444444
08|555555555552444444444444
09|555555555552444444444444
10|555555555552444444444444
11|666666666666777777777777
12|333333333333333333333333
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
12|

--|---------|---------|----
01|000000000001000000000000
02|200000000001333333333333
03|000000000001333333333333
04|000000000001333333333333
05|000000000001333333333333
06|333333333331333333333333
07|333333333331333333333333
08|333333333331333333333333
09|333333333331333333333333
10|333333333331333333333333
11|444444444444555555555555
12|111111111111111111111111
01|000000000001222222222222
02|300000000001444444444444
03|000000000001444444444444
04|000000000001444444444444
05|000000000001444444444444
06|555555555551444444444444
07|555555555551444444444444
08|555555555551444444444444
09|555555555551444444444444
10|555555555551444444444444
11|666666666666777777777777
12|222222222222222222222222
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
12|

--|---------|---------|----
01|000000000001000000000000
02|000000000001222222222222
03|300000000001222222222222
04|000000000001222222222222
05|000000000001222222222222
06|222222222221222222222222
07|222222222221222222222222
08|222222222221222222222222
09|222222222221222222222222
10|222222222221222222222222
11|444444444444555555555555
12|111111111111111111111111
01|000000000001222222222222
02|000000000001333333333333
03|400000000001333333333333
04|000000000001333333333333
05|000000000001333333333333
06|555555555551333333333333
07|555555555551333333333333
08|555555555551333333333333
09|555555555551333333333333
10|555555555551333333333333
11|666666666666777777777777
12|222222222222222222222222
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
12|

--|---------|---------|----
01|000000000001000000000000
02|000000000001222222222222
03|300000000001222222222222
04|000000000001222222222222
05|000000000001222222222222
06|222222222221222222222222
07|222222222221222222222222
08|222222222221222222222222
09|222222222221222222222222
10|222222222221222222222222
11|444444444444555555555555
12|111111111111111111111111
01|000000000001222222222222
02|000000000001333333333333
03|400000000001333333333333
04|000000000001333333333333
05|000000000001333333333333
06|555555555551333333333333
07|555555555551333333333333
08|555555555551333333333333
09|555555555551333333333333
10|555555555551333333333333
11|666666666666777777777777
12|000000000000000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
12|

--|---------|---------|----
01|000000000001000000000000
02|000000000001222222222222
03|000000000001222222222222
04|000000000001222222222222
05|000000000001222222222222
06|222222222221222222222222
07|222222222221222222222222
08|222222222221222222222222
09|222222222221222222222222
10|222222222221222222222222
11|333333333333444444444444
12|111111111111111111111111
01|000000000001222222222222
02|000000000001333333333333
03|000000000001333333333333
04|000000000001333333333333
05|000000000001333333333333
06|444444444441333333333333
07|444444444441333333333333
08|444444444441333333333333
09|444444444441333333333333
10|444444444441333333333333
11|555555555555666666666666
12|000000000000000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|000001000000
2|000001000000
3|222222333333
4|000000000000
5|000000000000
6|000000000000
7|333333333333
8|111111111111
1|000001222222
2|000001222222
3|333333444444
4|222222222222
5|222222222222
6|222222222222
7|444444444444
8|222222222222
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|000000100000
2|000000100000
3|222222233333
4|000000000000
5|000000000000
6|000000000000
7|333333333333
8|111111111111
1|000000122222
2|000000122222
3|333333344444
4|222222222222
5|222222222222
6|222222222222
7|444444444444
8|222222222222
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|000000100000
2|000000100000
3|222222233333
1|000000122222
2|000000122222
3|333333344444
4|000000000000
5|000000000000
6|000000000000
7|222222222222
8|111111111111
7|333333333333
8|000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|000001000000
2|000001000000
3|222222333333
1|000001222222
2|000001222222
3|333333444444
4|000000000000
5|000000000000
6|000000000000
7|222222222222
8|111111111111
7|333333333333
8|000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|000010000000
2|000010000000
3|222223333333
1|000012222222
2|000012222222
3|333334444444
4|000000000000
5|000000000000
6|000000000000
7|222222222222
8|111111111111
7|333333333333
8|000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|000100000000
2|000100000000
3|222233333333
1|000122222222
2|000122222222
3|333344444444
4|000000000000
5|000000000000
6|000000000000
7|222222222222
8|111111111111
7|333333333333
8|000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|001000000000
2|001000000000
3|222333333333
1|001222222222
2|001222222222
3|333444444444
4|000000000000
5|000000000000
6|000000000000
7|222222222222
8|111111111111
7|333333333333
8|000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|010000000000
2|010000000000
3|223333333333
1|012222222222
2|012222222222
3|334444444444
4|000000000000
5|000000000000
6|000000000000
7|222222222222
8|111111111111
7|333333333333
8|000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
8|

-|---------|--
1|010000000000
2|010000000000
3|223333333333
1|012222222222
2|012222222222
3|334444444444
4|000000000000
5|000000000000
6|000000000000
7|222222222222
8|111111111111
7|333333333333
8|000000000000
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
1|000000000000
2|000000000000
3|111111111111
4|000000000000
5|000000000000
6|000000000000
7|222222222222
8|333333333333
4|222222222222
5|222222222222
6|222222222222
7|333333333333
8|222222222222
Loading

0 comments on commit 4e62d94

Please sign in to comment.