added some keybinds and custom funcitions for managing the oddesy monitor
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
$primary = rgb(9fcaff)
|
||||
$surface = rgb(121316)
|
||||
$secondary = rgb(bbc7db)
|
||||
$error = rgb(ffb4ab)
|
||||
$tertiary = rgb(d7bee4)
|
||||
$surface_lowest = rgb(0d0e11)
|
||||
$primary = rgb(b58fff)
|
||||
$surface = rgb(000000)
|
||||
$secondary = rgb(c79aff)
|
||||
$error = rgb(ff6f9b)
|
||||
$tertiary = rgb(d8b4ff)
|
||||
$surface_lowest = rgb(030205)
|
||||
|
||||
general {
|
||||
col.active_border = $primary
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
-- Automatically generated by Noctalia user-templates
|
||||
|
||||
local colors = {
|
||||
background = "#121316",
|
||||
primary = "#9fcaff",
|
||||
tertiary = "#d7bee4",
|
||||
secondary = "#bbc7db",
|
||||
error = "#ffb4ab",
|
||||
background = "#000000",
|
||||
primary = "#b58fff",
|
||||
tertiary = "#d8b4ff",
|
||||
secondary = "#c79aff",
|
||||
error = "#ff6f9b",
|
||||
}
|
||||
|
||||
return colors
|
||||
|
||||
Reference in New Issue
Block a user