oxocarbon
This commit is contained in:
+1
-1
@@ -13,7 +13,6 @@
|
|||||||
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
|
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
|
||||||
"diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" },
|
"diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" },
|
||||||
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
|
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
|
||||||
"github-nvim-theme": { "branch": "main", "commit": "c106c9472154d6b2c74b74565616b877ae8ed31d" },
|
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
|
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
|
||||||
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
|
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
|
||||||
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" },
|
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" },
|
||||||
@@ -41,6 +40,7 @@
|
|||||||
"nvim-treesitter-textobjects": { "branch": "main", "commit": "5ca4aaa6efdcc59be46b95a3e876300cfead05ef" },
|
"nvim-treesitter-textobjects": { "branch": "main", "commit": "5ca4aaa6efdcc59be46b95a3e876300cfead05ef" },
|
||||||
"nvim-ts-autotag": { "branch": "main", "commit": "db15f2e0df2f5db916e511e3fffb682ef2f6354f" },
|
"nvim-ts-autotag": { "branch": "main", "commit": "db15f2e0df2f5db916e511e3fffb682ef2f6354f" },
|
||||||
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
|
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
|
||||||
|
"oxocarbon.nvim": { "branch": "main", "commit": "a7ba74849a00546a311f8c146320b433900393e7" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||||
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
|
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
|
||||||
"smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" },
|
"smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" },
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
"AstroNvim/astrocommunity",
|
"AstroNvim/astrocommunity",
|
||||||
{ import = "astrocommunity.colorscheme.github-nvim-theme" },
|
{ import = "astrocommunity.colorscheme.oxocarbon-nvim" },
|
||||||
{ import = "astrocommunity.git.neogit" },
|
{ import = "astrocommunity.git.neogit" },
|
||||||
{ import = "astrocommunity.git.diffview-nvim" },
|
{ import = "astrocommunity.git.diffview-nvim" },
|
||||||
{ import = "astrocommunity.markdown-and-latex.vimtex" },
|
{ import = "astrocommunity.markdown-and-latex.vimtex" },
|
||||||
|
|||||||
+1
-19
@@ -9,25 +9,7 @@ return {
|
|||||||
---@type AstroUIOpts
|
---@type AstroUIOpts
|
||||||
opts = {
|
opts = {
|
||||||
-- change colorscheme
|
-- change colorscheme
|
||||||
colorscheme = "github_dark_high_contrast",
|
colorscheme = "oxocarbon",
|
||||||
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
|
|
||||||
highlights = {
|
|
||||||
init = {},
|
|
||||||
github_dark_high_contrast = {
|
|
||||||
CursorLine = { bg = "#111111" },
|
|
||||||
CursorLineNr = { fg = "#ffffff", bold = true },
|
|
||||||
FloatBorder = { fg = "#8b949e", bg = "#000000" },
|
|
||||||
LineNr = { fg = "#6e7681" },
|
|
||||||
Normal = { bg = "#000000" },
|
|
||||||
NormalFloat = { bg = "#000000" },
|
|
||||||
Pmenu = { bg = "#000000" },
|
|
||||||
PmenuSel = { fg = "#ffffff", bg = "#1f2328", bold = true },
|
|
||||||
SignColumn = { bg = "#000000" },
|
|
||||||
StatusLine = { fg = "#ffffff", bg = "#111111" },
|
|
||||||
TabLineSel = { fg = "#ffffff", bg = "#111111", bold = true },
|
|
||||||
Visual = { bg = "#1f2328" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
-- Icons can be configured throughout the interface
|
-- Icons can be configured throughout the interface
|
||||||
icons = {
|
icons = {
|
||||||
-- configure the loading of the lsp in the status line
|
-- configure the loading of the lsp in the status line
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
return {
|
|
||||||
"projekt0n/github-nvim-theme",
|
|
||||||
main = "github-theme",
|
|
||||||
opts = {
|
|
||||||
options = {
|
|
||||||
styles = {
|
|
||||||
comments = "NONE",
|
|
||||||
},
|
|
||||||
inverse = {
|
|
||||||
visual = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user