Skip to content

Commit 445b23f

Browse files
committed
docs: fix typos
1 parent 1bc765e commit 445b23f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2018 for portions of Srcery are held by morhetz <morhetz@gmail.com> as part of Gruvbox.
4-
All other Copyright (c) 2021 for Srcery are held by Daniel Berg <mail@roosta.sh> and contributers of Srcery.
4+
All other Copyright (c) 2021 for Srcery are held by Daniel Berg <mail@roosta.sh> and contributors of Srcery.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sessions using an editor or terminal emulator.
3434
| | | |
3535
|:--:|:--:|:--:|
3636
| <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="Dignostic" 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"> |
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"> |
3838
## Requirements
3939

4040
Most modern terminal supports 24bit color, and srcery works best with that, but

autoload/clap/themes/srcery.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ let s:palette = {}
104104

105105
let s:palette.display = { 'ctermbg': s:gray2[1], 'guibg': s:gray2[0], 'ctermfg': 'NONE', }
106106

107-
" Let ClapInput, ClapSpinner and ClapSearchText use the same backgound.
107+
" Let ClapInput, ClapSpinner and ClapSearchText use the same background.
108108
let s:bg0 = { 'ctermbg': s:gray5[1], 'guibg': s:gray5[0] }
109109
let s:palette.input = s:bg0
110110
let s:palette.spinner = extend({ 'ctermfg': s:bright_orange[1], 'guifg': s:bright_orange[0], 'cterm': 'bold', 'gui': 'bold'}, s:bg0)

colors/srcery.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function! s:HL(group, fg, ...)
346346
let fg = a:3
347347
endif
348348

349-
" bg fallback mode should invert higlighting
349+
" bg fallback mode should invert highlighting
350350
if g:srcery_guisp_fallback ==# 'bg'
351351
let emstr .= 'inverse,'
352352
endif

doc/srcery.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ feel.
66

77
Version: 3.0.0
88
Author: Daniel Berg <mail@roosta.sh>
9-
w/ contributers
9+
w/ contributors
1010
License: MIT license
1111

1212
Type |gO| to see the table of contents.

0 commit comments

Comments
 (0)