From 0c1cfcd066d473d15bad99af7b57e3b0959450b5 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 18 Jun 2024 13:21:25 +0100 Subject: [PATCH] chore: squash commits --- README.md | 8 ++++---- lua/kagayaki/kagayaki.lua | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 587c8b4..3bbecb2 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lua/kagayaki/kagayaki.lua b/lua/kagayaki/kagayaki.lua index 362ed0c..44267ac 100644 --- a/lua/kagayaki/kagayaki.lua +++ b/lua/kagayaki/kagayaki.lua @@ -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