Skip to content

Commit 9ea6e79

Browse files
committed
Update item colors
1 parent e4ae47e commit 9ea6e79

File tree

3 files changed

+6
-219
lines changed

3 files changed

+6
-219
lines changed

init.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -828,13 +828,13 @@ require('lazy').setup({
828828
-- Accept ([y]es) the completion.
829829
-- This will auto-import if your LSP supports it.
830830
-- This will expand snippets if the LSP sent a snippet.
831-
['<C-y>'] = cmp.mapping.confirm { select = true },
831+
-- ['<C-y>'] = cmp.mapping.confirm { select = true },
832832

833833
-- If you prefer more traditional completion keymaps,
834834
-- you can uncomment the following lines
835-
--['<CR>'] = cmp.mapping.confirm { select = true },
836-
--['<Tab>'] = cmp.mapping.select_next_item(),
837-
--['<S-Tab>'] = cmp.mapping.select_prev_item(),
835+
['<CR>'] = cmp.mapping.confirm { select = true },
836+
['<Tab>'] = cmp.mapping.select_next_item(),
837+
['<S-Tab>'] = cmp.mapping.select_prev_item(),
838838

839839
-- Manually trigger a completion from nvim-cmp.
840840
-- Generally you don't need this, because nvim-cmp will display
@@ -888,7 +888,7 @@ require('lazy').setup({
888888
-- Load the colorscheme here.
889889
-- Like many other themes, this one has different styles, and you could load
890890
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
891-
vim.cmd.colorscheme 'my-blue'
891+
vim.cmd.colorscheme 'blue'
892892

893893
-- You can configure highlights by doing something like:
894894
vim.cmd.hi 'Comment gui=none'

item2-colors.itermcolors

Lines changed: 0 additions & 213 deletions
This file was deleted.

my-blue.itermcolors

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<key>Alpha Component</key>
216216
<real>1</real>
217217
<key>Blue Component</key>
218-
<real>0.86666667461395264</real>
218+
<real>0.52941179275512695</real>
219219
<key>Color Space</key>
220220
<string>P3</string>
221221
<key>Green Component</key>

0 commit comments

Comments
 (0)