add: config theme

This commit is contained in:
asep komarudin 2024-03-12 05:05:42 +07:00
parent c51f92053f
commit 9ab813ce46
4 changed files with 93 additions and 79 deletions

View file

@ -11,14 +11,13 @@
"cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" }, "cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" },
"code_runner.nvim": { "branch": "main", "commit": "0c701cae3265c79b4fdfd4b35a4f3d7c5986d46c" }, "code_runner.nvim": { "branch": "main", "commit": "0c701cae3265c79b4fdfd4b35a4f3d7c5986d46c" },
"codeium.vim": { "branch": "main", "commit": "5b8f68d5c0e32ae97d073a56ff14dba5646ec223" }, "codeium.vim": { "branch": "main", "commit": "5b8f68d5c0e32ae97d073a56ff14dba5646ec223" },
"dracula.nvim": { "branch": "main", "commit": "8d8bddb8814c3e7e62d80dda65a9876f97eb699c" },
"dressing.nvim": { "branch": "master", "commit": "42d767b04c50a6966c9633e3968bc65c0c2f2bfc" }, "dressing.nvim": { "branch": "master", "commit": "42d767b04c50a6966c9633e3968bc65c0c2f2bfc" },
"friendly-snippets": { "branch": "main", "commit": "dcd4a586439a1c81357d5b9d26319ae218cc9479" }, "friendly-snippets": { "branch": "main", "commit": "dcd4a586439a1c81357d5b9d26319ae218cc9479" },
"gitsigns.nvim": { "branch": "main", "commit": "6ef8c54fb526bf3a0bc4efb0b2fe8e6d9a7daed2" }, "gitsigns.nvim": { "branch": "main", "commit": "6ef8c54fb526bf3a0bc4efb0b2fe8e6d9a7daed2" },
"indent-blankline.nvim": { "branch": "master", "commit": "821a7acd88587d966f7e464b0b3031dfe7f5680c" }, "indent-blankline.nvim": { "branch": "master", "commit": "821a7acd88587d966f7e464b0b3031dfe7f5680c" },
"lazy.nvim": { "branch": "main", "commit": "83493db50a434a4c5c648faf41e2ead80f96e478" }, "lazy.nvim": { "branch": "main", "commit": "83493db50a434a4c5c648faf41e2ead80f96e478" },
"lsp-progress.nvim": { "branch": "main", "commit": "1c37b1cd0611563a767f0a340d61f265c4c54ecd" }, "lsp-progress.nvim": { "branch": "main", "commit": "1c37b1cd0611563a767f0a340d61f265c4c54ecd" },
"lualine.nvim": { "branch": "master", "commit": "8b56462bfb746760465264de41b4907310f113ec" }, "lualine.nvim": { "branch": "master", "commit": "3c55675a7bc170d21d7ea70874ae66fbf5cfb0dc" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "56e435e09f8729af2d41973e81a0db440f8fe9c9" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "56e435e09f8729af2d41973e81a0db440f8fe9c9" },
"mason-null-ls.nvim": { "branch": "main", "commit": "e270134d83ba59425edc53356c6fd337b61bb8dd" }, "mason-null-ls.nvim": { "branch": "main", "commit": "e270134d83ba59425edc53356c6fd337b61bb8dd" },
"mason.nvim": { "branch": "main", "commit": "c43eeb5614a09dc17c03a7fb49de2e05de203924" }, "mason.nvim": { "branch": "main", "commit": "c43eeb5614a09dc17c03a7fb49de2e05de203924" },
@ -44,6 +43,7 @@
"nvim-ts-context-commentstring": { "branch": "main", "commit": "7ab799a9792f7cf3883cf28c6a00ad431f3d382a" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "7ab799a9792f7cf3883cf28c6a00ad431f3d382a" },
"nvim-ts-rainbow2": { "branch": "master", "commit": "b3120cd5ae9ca524af9cb602f41e12e301fa985f" }, "nvim-ts-rainbow2": { "branch": "master", "commit": "b3120cd5ae9ca524af9cb602f41e12e301fa985f" },
"nvim-web-devicons": { "branch": "master", "commit": "a55b801b7ef5719ca25692c3a0a5447fdfb692ed" }, "nvim-web-devicons": { "branch": "master", "commit": "a55b801b7ef5719ca25692c3a0a5447fdfb692ed" },
"onedarkpro.nvim": { "branch": "main", "commit": "ec07364f3cfa9cc6467bf067a490cfd74011efcd" },
"plenary.nvim": { "branch": "master", "commit": "50012918b2fc8357b87cff2a7f7f0446e47da174" }, "plenary.nvim": { "branch": "master", "commit": "50012918b2fc8357b87cff2a7f7f0446e47da174" },
"smart-splits.nvim": { "branch": "master", "commit": "f6fcb79527872e9330c554915af2ca511c388390" }, "smart-splits.nvim": { "branch": "master", "commit": "f6fcb79527872e9330c554915af2ca511c388390" },
"telescope.nvim": { "branch": "master", "commit": "7472420f8734c710bd7009081cef9b97f08a3821" }, "telescope.nvim": { "branch": "master", "commit": "7472420f8734c710bd7009081cef9b97f08a3821" },

View file

@ -16,3 +16,4 @@ require("user.keymaps")
-- require("user.bufferline") -- require("user.bufferline")
-- require("user.chat_gpt") -- require("user.chat_gpt")
-- vim.cmd("colorscheme one_monokai") -- vim.cmd("colorscheme one_monokai")
vim.cmd("colorscheme onedark")

View file

@ -12,7 +12,7 @@
-- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha -- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
-- dracula -- dracula
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox -- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
vim.g.pcode_colorscheme = "dracula" vim.g.pcode_colorscheme = "tokyonight"
-- custom transparent mode -- custom transparent mode
-- only support -- only support

View file

@ -1,78 +1,91 @@
return { return {
-- "olimorris/onedarkpro.nvim", { "folke/tokyonight.nvim", enabled = false },
-- priority = 1000, -- Ensure it loads first {
-- config = function() "olimorris/onedarkpro.nvim",
-- require("onedarkpro").setup({ priority = 1000, -- Ensure it loads first
-- styles = { config = function()
-- types = "NONE", require("onedarkpro").setup({
-- methods = "NONE", styles = {
-- numbers = "NONE", types = "NONE",
-- strings = "NONE", methods = "NONE",
-- comments = "italic", numbers = "NONE",
-- keywords = "bold,italic", strings = "NONE",
-- constants = "NONE", comments = "italic",
-- functions = "italic", keywords = "bold,italic",
-- operators = "NONE", constants = "NONE",
-- variables = "NONE", functions = "italic",
-- parameters = "NONE", operators = "NONE",
-- conditionals = "italic", variables = "NONE",
-- virtual_text = "NONE", parameters = "NONE",
-- }, conditionals = "italic",
-- colors = { virtual_text = "NONE",
-- -- red = "#FF0000", },
-- bg_statusline = "#282c34", colors = {
-- }, onedark = {
-- options = { green = "#99c379",
-- cursorline = true, gray = "#636e84",
-- transparency = false, red = "#e06c75",
-- terminal_colors = true, purple = "#c678dd",
-- }, yellow = "#e5c07a",
-- highlights = { blue = "#61afef",
-- -- overide cursor line fill colors cyan = "#56b6c2",
-- LineNr = { fg = "${fg}" }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set. bg_statusline = "#282c34",
-- CursorLineNr = { fg = "${fg}" }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. },
-- CursorLine = { bg = "#333842" }, },
-- Cursor = { fg = "${bg}", bg = "${fg}" }, -- character under the cursor options = {
-- lCursor = { fg = "${bg}", bg = "${fg}" }, -- the character under the cursor when |language-mapping| is used (see 'guicursor') cursorline = true,
-- CursorIM = { fg = "${bg}", bg = "${fg}" }, -- like Cursor, but used when in IME mode |CursorIM| transparency = false,
-- CursorColumn = { bg = "#333842" }, -- Screen-column at the cursor, when 'cursorcolumn' is set. terminal_colors = true,
-- -- overide nvimtree folder icon fill color },
-- NvimTreeFolderIcon = { fg = "#6776a7" }, highlights = {
-- -- overide nvimtree text fill color folder opened -- overide cursor line fill colors
-- NvimTreeOpenedFolderName = { fg = "#6776a7" }, LineNr = { fg = "${fg}" }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
-- -- overide nvimtree text fill color root folder CursorLineNr = { fg = "${blue}" }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line.
-- NvimTreeRootFolder = { fg = "#6776a7" }, CursorLine = { bg = "#333842" },
-- -- overide cmp cursorline fill color with #333842 Cursor = { fg = "${bg}", bg = "${fg}" }, -- character under the cursor
-- PmenuSel = { bg = "#333842" }, lCursor = { fg = "${bg}", bg = "${fg}" }, -- the character under the cursor when |language-mapping| is used (see 'guicursor')
-- illuminatedWord = { bg = "#3b4261" }, CursorIM = { fg = "${bg}", bg = "${fg}" }, -- like Cursor, but used when in IME mode |CursorIM|
-- illuminatedCurWord = { bg = "#3b4261" }, CursorColumn = { bg = "#333842" }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
-- IlluminatedWordText = { bg = "#3b4261" }, -- overide nvimtree folder icon fill color
-- IlluminatedWordRead = { bg = "#3b4261" }, NvimTreeFolderIcon = { fg = "${blue}" },
-- IlluminatedWordWrite = { bg = "#3b4261" }, -- overide nvimtree text fill color folder opened
-- StatusLine = { fg = "#f8f8f2", bg = "${bg}" }, NvimTreeOpenedFolderName = { fg = "${blue}" },
-- StatusLineTerm = { fg = "#f8f8f2", bg = "${bg}" }, -- overide nvimtree text fill color root folder
-- BufferLineFill = { bg = "${bg}" }, NvimTreeRootFolder = { fg = "${blue}" },
-- Pmenu = { fg = "${fg}", bg = "${bg}" }, -- overide cmp cursorline fill color with #333842
-- PmenuThumb = { bg = "#3b4261" }, -- Popup menu: Thumb of the scrollbar. PmenuSel = { bg = "#333842" },
-- -- overide lualine fill color with bg color illuminatedWord = { bg = "#3b4261" },
-- LualineNormal = { bg = "${bg}" }, illuminatedCurWord = { bg = "#3b4261" },
-- -- overide lualine_c fill color with bg color IlluminatedWordText = { bg = "#3b4261" },
-- LualineC = { bg = "${bg}" }, IlluminatedWordRead = { bg = "#3b4261" },
-- -- overide lualine_x fill color with bg color IlluminatedWordWrite = { bg = "#3b4261" },
-- LualineX = { bg = "${bg}" }, StatusLine = { fg = "#f8f8f2", bg = "${bg}" },
-- -- overide which-key fill color with bg color StatusLineTerm = { fg = "#f8f8f2", bg = "${bg}" },
-- WhichKey = { bg = "${bg}" }, BufferLineFill = { bg = "${bg}" },
-- -- overide which-key fill color with bg color ["@string.special.url.html"] = { fg = "${green}" },
-- WhichKeySeperator = { bg = "${bg}" }, ["@text.uri.html"] = { fg = "${green}" },
-- -- overide which-key fill color with bg color Pmenu = { fg = "${fg}", bg = "${bg}" },
-- WhichKeyDesc = { bg = "${bg}" }, PmenuThumb = { bg = "${gray}" }, -- Popup menu: Thumb of the scrollbar.
-- -- overide which-key fill color with bg color -- overide lualine fill color with bg color
-- WhichKeyFloat = { bg = "${bg}" }, LualineNormal = { bg = "${bg}" },
-- -- overide which-key fill color with bg color -- overide lualine_c fill color with bg color
-- WhichKeyValue = { bg = "${bg}" }, LualineC = { bg = "${bg}" },
-- -- overide which-key fill color with bg color -- overide lualine_x fill color with bg color
-- WhichKeyBorder = { bg = "${bg}" }, LualineX = { bg = "${bg}" },
-- }, -- overide which-key fill color with bg color
-- }) WhichKey = { bg = "${bg}" },
-- end, -- overide which-key fill color with bg color
WhichKeySeperator = { bg = "${bg}" },
-- overide which-key fill color with bg color
WhichKeyDesc = { bg = "${bg}" },
-- overide which-key fill color with bg color
WhichKeyFloat = { bg = "${bg}" },
-- overide which-key fill color with bg color
WhichKeyValue = { bg = "${bg}" },
-- overide which-key fill color with bg color
WhichKeyBorder = { bg = "${bg}" },
},
})
end,
},
} }