This commit is contained in:
Bryan Ramos 2023-06-19 12:20:47 -04:00
parent ab9dd956dc
commit 2c4a12f230
2 changed files with 18 additions and 1 deletions

View file

@ -9,7 +9,7 @@
}; };
window = { window = {
opacity = 0.80; opacity = 0.90;
}; };
colors = { colors = {

View file

@ -5,6 +5,23 @@ return {
priority = 1000, priority = 1000,
config = function() config = function()
require("onedarkpro").setup({ 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 = { options = {
transparency = true, transparency = true,
}, },