chore: squash commits

This commit is contained in:
Muhammad Nauman Raza 2024-06-18 13:21:25 +01:00
parent dc09e78281
commit 0c1cfcd066
Signed by: devraza
GPG key ID: 91EAD6081011574B
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
Kagayaki for Neovim
===
Kagayaki is a gorgeously soft colorscheme for Neovim, created with the intention to be the spiritual successor of [kagayaki-emacs](https://git.devraza.duckdns.org/devraza/kagayaki-emacs).
I aim for the color palette used to make this theme to be the last I ever make - it'll be continuously updated whenever I deem changes being made necessary - please not that this differs from [kagayaki-emacs](https://git.devraza.duckdns.org/devraza/kagayaki-emacs)' slightly, despite the naming.
Kagayaki is a gorgeously soft colorscheme for Neovim, created with the intention to be the spiritual successor of [kagayaki-emacs](https://git.devraza.giize.com/devraza/kagayaki-emacs).
I aim for the color palette used to make this theme to be the last I ever make - it'll be continuously updated whenever I deem changes being made necessary - please not that this differs from [kagayaki-emacs](https://git.devraza.giize.com/devraza/kagayaki-emacs)' slightly, despite the naming.
Here's a screenshot of it in action, as seen in [radiant.nvim](https://git.devraza.duckdns.org/devraza/radiant.nvim):
Here's a screenshot of it in action, as seen in [radiant.nvim](https://git.devraza.giize.com/devraza/radiant.nvim):
![Screenshot demonstrating kagayaki.nvim in a neovim configuration](https://git.devraza.duckdns.org/devraza/radiant.nvim/raw/branch/master/assets/screenshot.png)
![Screenshot demonstrating how kagayaki.nvim looks in a neovim configuration](https://git.devraza.giize.com/devraza/radiant.nvim/raw/branch/master/assets/screenshot.png)

View file

@ -94,7 +94,7 @@ local theme = lush(function(injected_functions)
Comment { fg = hsl("#5c5c61") }, -- Any comment
Constant { fg = hsl("#d9d564") }, -- (*) Any constant
-- String { }, -- A string constant: "this is a string"
String { fg = Constant.fg }, -- A string constant: "this is a string"
-- Character { }, -- A character constant: 'c', '\n'
-- Number { }, -- A number constant: 234, 0xff
-- Boolean { }, -- A boolean constant: TRUE, false