* [bug#67277] [PATCH] gnu: Add vim-srcery.
@ 2023-11-19 12:19 guix-patches--- via
2023-11-26 10:10 ` bug#67277: " Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: guix-patches--- via @ 2023-11-19 12:19 UTC (permalink / raw)
To: 67277; +Cc: Nguyễn Gia Phong
* gnu/packages/vim.scm (vim-srcery): New variable.
Change-Id: If53bdae6783af5500f517c4941babb3bdb6522e7
---
gnu/packages/vim.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 469c8b64cbe6..5e9397177039 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
;;; Copyright © 2022, 2023 Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
;;; Copyright © 2023 Charles Jackson <charles.b.jackson@protonmail.com>
+;;; Copyright © 2023 Nguyễn Gia Phong <mcsinyx@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1423,3 +1424,25 @@ (define-public vim-nerdcommenter
operations and styles which are invoked via key mappings and a menu. These
operations are available for most filetypes.")
(license license:cc0)))
+
+(define-public vim-srcery
+ (package
+ (name "vim-srcery")
+ (version "2.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/srcery-colors/srcery-vim")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0nwk81y9j5ljjm3k19kf1zmscdxiis4mwan026wv7cqp7f9qhxlr"))))
+ (build-system vim-build-system)
+ (arguments (list #:plugin-name "srcery"))
+ (home-page "https://srcery.sh")
+ (synopsis "Dark colorscheme for gvim and vim")
+ (description
+ "Srcery is a color scheme with clearly defined contrasting colors
+and a slightly earthy tone.")
+ (license license:expat)))
base-commit: 5cad6f721b8884b612178896f06cd69d5839402c
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-27 16:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-19 12:19 [bug#67277] [PATCH] gnu: Add vim-srcery guix-patches--- via
2023-11-26 10:10 ` bug#67277: " Efraim Flashner
2023-11-27 16:02 ` [bug#67277] " guix-patches--- via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).