Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

### Bugfixes
- Fixed deprecated `vim.loop.fs_stat` -> `vim.uv.fs_stat` in lazy.lua
- Fixed inconsistent hex format in `seul` palette (`#1b1b1bff` -> `#1b1b1b`)
- Fixed selene config from `lua52` to `luajit`

### Configuration improvements
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ git clone https://github.com/xscriptor-colors/nvim ~/.config/nvim
<li>helsinki</li>
<li>berlin</li>
<li>london</li>
<li>seul</li>
<li>praha</li>
<li>bogota</li>
</ul>
Expand Down
1 change: 0 additions & 1 deletion colors/seul.lua

This file was deleted.

20 changes: 0 additions & 20 deletions lua/themes/palettes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,6 @@ local M = {
background = "#19191a",
foreground = "#f7f1ff",
},
seul = {
color0 = "#1b1b1b",
color1 = "#FF4C8B",
color2 = "#7FFFD4",
color3 = "#FFD84C",
color4 = "#00FFA8",
color5 = "#D36CFF",
color6 = "#47CFFF",
color7 = "#f7f1ff",
color8 = "#69676c",
color9 = "#FF4C8B",
color10 = "#7FFFD4",
color11 = "#FFD84C",
color12 = "#00FFA8",
color13 = "#D36CFF",
color14 = "#47CFFF",
color15 = "#f7f1ff",
background = "#1b1b1b",
foreground = "#f7f1ff",
},
miami = {
color0 = "#000000",
color1 = "#FF4C8B",
Expand Down
25 changes: 0 additions & 25 deletions references.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,31 +251,6 @@
}
```

<h2 align="center">Seul</h2>

```json
{
"color0": "#1b1b1bff",
"color1": "#FF4C8B",
"color2": "#7FFFD4",
"color3": "#FFD84C",
"color4": "#00FFA8",
"color5": "#D36CFF",
"color6": "#47CFFF",
"color7": "#f7f1ff",
"color8": "#69676c",
"color9": "#FF4C8B",
"color10": "#7FFFD4",
"color11": "#FFD84C",
"color12": "#00FFA8",
"color13": "#D36CFF",
"color14": "#47CFFF",
"color15": "#f7f1ff",
"background": "#1b1b1b",
"foreground": "#f7f1ff"
}
```

<h2 align="center">Praha</h2>

```json
Expand Down
Loading