mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
test
This commit is contained in:
parent
51f32c5166
commit
f630724532
3 changed files with 5 additions and 3 deletions
|
|
@ -9,12 +9,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
opacity = 0.95;
|
opacity = 0.85;
|
||||||
};
|
};
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
background = "#0d1117";
|
background = "#000000";
|
||||||
foreground = "#cdd6f4";
|
foreground = "#cdd6f4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
-- Autocmds are automatically loaded on the VeryLazy event
|
-- Autocmds are automatically loaded on the VeryLazy event
|
||||||
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
||||||
-- Add any additional autocmds here
|
-- Add any additional autocmds here
|
||||||
|
--
|
||||||
|
vim.cmd([[highlight Normal guibg=NONE ctermbg=NONE]])
|
||||||
|
|
||||||
local lsp = require("lsp-zero").preset({})
|
local lsp = require("lsp-zero").preset({})
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ return {
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require("github-theme").setup({
|
require("github-theme").setup({
|
||||||
options = {
|
opts = {
|
||||||
transparent = true,
|
transparent = true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue