add config from gitlab
This commit is contained in:
commit
e02f7f00f9
842 changed files with 297362 additions and 0 deletions
33
dotfiles/hypr/noctalia.lua
Normal file
33
dotfiles/hypr/noctalia.lua
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
-- Generated by Noctalia
|
||||
|
||||
local primary = "rgb(7a88cf)"
|
||||
local surface = "rgb(1f2335)"
|
||||
local secondary = "rgb(d7729f)"
|
||||
local error = "rgb(f7768e)"
|
||||
|
||||
hl.config({
|
||||
general = {
|
||||
col = {
|
||||
active_border = primary,
|
||||
inactive_border = surface,
|
||||
},
|
||||
},
|
||||
|
||||
group = {
|
||||
col = {
|
||||
border_active = secondary,
|
||||
border_inactive = surface,
|
||||
border_locked_active = error,
|
||||
border_locked_inactive = surface,
|
||||
},
|
||||
|
||||
groupbar = {
|
||||
col = {
|
||||
active = secondary,
|
||||
inactive = surface,
|
||||
locked_active = error,
|
||||
locked_inactive = surface,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue