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
ab9dd956dc
commit
2c4a12f230
2 changed files with 18 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
|
||||
window = {
|
||||
opacity = 0.80;
|
||||
opacity = 0.90;
|
||||
};
|
||||
|
||||
colors = {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,23 @@ return {
|
|||
priority = 1000,
|
||||
config = function()
|
||||
require("onedarkpro").setup({
|
||||
colors = {
|
||||
bg = "#000000",
|
||||
fg = "#abb2bf",
|
||||
red = "#ef596f",
|
||||
orange = "#d19a66",
|
||||
yellow = "#e5c07b",
|
||||
green = "#89ca78",
|
||||
cyan = "#2bbac5",
|
||||
blue = "#61afef",
|
||||
purple = "#d55fde",
|
||||
white = "#abb2bf",
|
||||
black = "#000000",
|
||||
gray = "#434852",
|
||||
highlight = "#e2be7d",
|
||||
comment = "#7f848e",
|
||||
none = "NONE",
|
||||
},
|
||||
options = {
|
||||
transparency = true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue