Skip to content

Commit 34e7574

Browse files
committed
docs: update asset links to point to master
1 parent 445b23f commit 34e7574

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

README.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ sessions using an editor or terminal emulator.
3333

3434
| | | |
3535
|:--:|:--:|:--:|
36-
| <img alt="C Rust" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/next/vim/1_c_rs.png"> | <img alt="Python Typescript" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/next/vim/2_py_ts.png"> | <img alt="Popup" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/next/vim/3_popup.png"> |
37-
| <img alt="Diagnostic" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/next/vim/4_diag.png"> | <img alt="Diff View" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/next/vim/5_diff.png"> | <img alt="Markdown Terminal" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/next/vim/6_md_term.png"> |
36+
| <img alt="C Rust" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/vim/1_c_rs.png"> | <img alt="Python Typescript" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/vim/2_py_ts.png"> | <img alt="Popup" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/vim/3_popup.png"> |
37+
| <img alt="Diagnostic" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/vim/4_diag.png"> | <img alt="Diff View" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/vim/5_diff.png"> | <img alt="Markdown Terminal" src="https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/vim/6_md_term.png"> |
3838
## Requirements
3939

4040
Most modern terminal supports 24bit color, and srcery works best with that, but
@@ -226,35 +226,35 @@ instead of the default `g:srcery_black`
226226

227227
| Variable | Default | Swatch |
228228
| ------- | -------- | ------- |
229-
| `g:srcery_black` | `#121110` | ![black](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/black_24.jpg) |
230-
| `g:srcery_red` | `#EF2F27` | ![red](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/red_24.jpg) |
231-
| `g:srcery_green` | `#519F50` | ![green](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/green_24.jpg) |
232-
| `g:srcery_yellow` | `#FBB829` | ![yellow](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/yellow_24.jpg) |
233-
| `g:srcery_blue` | `#2C78BF` | ![blue](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/blue_24.jpg) |
234-
| `g:srcery_magenta` | `#E02C6D` | ![magenta](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/magenta_24.jpg) |
235-
| `g:srcery_cyan` | `#0AAEB3` | ![cyan](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/cyan_24.jpg) |
236-
| `g:srcery_white` | `#C5B088` | ![white](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/white_24.jpg) |
237-
| `g:srcery_bright_black` | `#917E6B` | ![bright_black](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_black_24.jpg) |
238-
| `g:srcery_bright_red` | `#F75341` | ![bright_red](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_red_24.jpg) |
239-
| `g:srcery_bright_green` | `#98BC37` | ![bright_green](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_green_24.jpg) |
240-
| `g:srcery_bright_yellow` | `#FED06E` | ![bright_yellow](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_yellow_24.jpg) |
241-
| `g:srcery_bright_blue` | `#68A8E4` | ![bright_blue](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_blue_24.jpg) |
242-
| `g:srcery_bright_magenta` | `#FF5C8F` | ![bright_magenta](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_magenta_24.jpg) |
243-
| `g:srcery_bright_cyan` | `#2BE4D0` | ![bright_cyan](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_cyan_24.jpg) |
244-
| `g:srcery_bright_white` | `#FCE8C3` | ![bright_white](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_white_24.jpg) |
245-
| `g:srcery_dark_green` | `#294229` | ![dark_green](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/dark_green_24.jpg) |
246-
| `g:srcery_dark_red` | `#4F2321` | ![dark_red](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/dark_red_24.jpg) |
247-
| `g:srcery_dark_blue` | `#1E5181` | ![dark_blue](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/dark_blue_24.jpg) |
248-
| `g:srcery_dim_green` | `#2E5C2E` | ![dim_green](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/dim_green_24.jpg) |
249-
| `g:srcery_orange` | `#FF5F00` | ![orange](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/orange_24.jpg) |
250-
| `g:srcery_bright_orange` | `#FF8700` | ![bright_orange](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/bright_orange_24.jpg) |
251-
| `g:srcery_teal` | `#008080` | ![teal](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/teal_24.jpg) |
252-
| `g:srcery_gray1` | `#1C1B19` | ![gray1](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/gray1_24.jpg) |
253-
| `g:srcery_gray2` | `#262522` | ![gray2](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/gray2_24.jpg) |
254-
| `g:srcery_gray3` | `#312F2C` | ![gray3](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/gray3_24.jpg) |
255-
| `g:srcery_gray4` | `#3B3935` | ![gray4](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/gray4_24.jpg) |
256-
| `g:srcery_gray5` | `#45433E` | ![gray5](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/gray5_24.jpg) |
257-
| `g:srcery_gray6` | `#504D47` | ![gray6](https://raw.githubusercontent.com/srcery-colors/srcery-assets/next/swatch/gray6_24.jpg) |
229+
| `g:srcery_black` | `#121110` | ![black](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/black_24.jpg) |
230+
| `g:srcery_red` | `#EF2F27` | ![red](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/red_24.jpg) |
231+
| `g:srcery_green` | `#519F50` | ![green](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/green_24.jpg) |
232+
| `g:srcery_yellow` | `#FBB829` | ![yellow](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/yellow_24.jpg) |
233+
| `g:srcery_blue` | `#2C78BF` | ![blue](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/blue_24.jpg) |
234+
| `g:srcery_magenta` | `#E02C6D` | ![magenta](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/magenta_24.jpg) |
235+
| `g:srcery_cyan` | `#0AAEB3` | ![cyan](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/cyan_24.jpg) |
236+
| `g:srcery_white` | `#C5B088` | ![white](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/white_24.jpg) |
237+
| `g:srcery_bright_black` | `#917E6B` | ![bright_black](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_black_24.jpg) |
238+
| `g:srcery_bright_red` | `#F75341` | ![bright_red](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_red_24.jpg) |
239+
| `g:srcery_bright_green` | `#98BC37` | ![bright_green](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_green_24.jpg) |
240+
| `g:srcery_bright_yellow` | `#FED06E` | ![bright_yellow](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_yellow_24.jpg) |
241+
| `g:srcery_bright_blue` | `#68A8E4` | ![bright_blue](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_blue_24.jpg) |
242+
| `g:srcery_bright_magenta` | `#FF5C8F` | ![bright_magenta](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_magenta_24.jpg) |
243+
| `g:srcery_bright_cyan` | `#2BE4D0` | ![bright_cyan](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_cyan_24.jpg) |
244+
| `g:srcery_bright_white` | `#FCE8C3` | ![bright_white](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_white_24.jpg) |
245+
| `g:srcery_dark_green` | `#294229` | ![dark_green](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/dark_green_24.jpg) |
246+
| `g:srcery_dark_red` | `#4F2321` | ![dark_red](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/dark_red_24.jpg) |
247+
| `g:srcery_dark_blue` | `#1E5181` | ![dark_blue](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/dark_blue_24.jpg) |
248+
| `g:srcery_dim_green` | `#2E5C2E` | ![dim_green](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/dim_green_24.jpg) |
249+
| `g:srcery_orange` | `#FF5F00` | ![orange](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/orange_24.jpg) |
250+
| `g:srcery_bright_orange` | `#FF8700` | ![bright_orange](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/bright_orange_24.jpg) |
251+
| `g:srcery_teal` | `#008080` | ![teal](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/teal_24.jpg) |
252+
| `g:srcery_gray1` | `#1C1B19` | ![gray1](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/gray1_24.jpg) |
253+
| `g:srcery_gray2` | `#262522` | ![gray2](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/gray2_24.jpg) |
254+
| `g:srcery_gray3` | `#312F2C` | ![gray3](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/gray3_24.jpg) |
255+
| `g:srcery_gray4` | `#3B3935` | ![gray4](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/gray4_24.jpg) |
256+
| `g:srcery_gray5` | `#45433E` | ![gray5](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/gray5_24.jpg) |
257+
| `g:srcery_gray6` | `#504D47` | ![gray6](https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/swatch/gray6_24.jpg) |
258258

259259
</details>
260260

@@ -263,7 +263,7 @@ instead of the default `g:srcery_black`
263263
Srcery supports several statuslines, they all follow the same coloring scheme
264264
with some minor differences.
265265

266-
![statusline preview](https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/next/vim/statusline.png)
266+
![statusline preview](https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/vim/statusline.png)
267267

268268
- [Lualine](https://github.com/nvim-lualine/lualine.nvim) loads automatically.
269269
- [Airline](https://github.com/vim-airline/vim-airline) loads automatically.

0 commit comments

Comments
 (0)