Fix color
This commit is contained in:
parent
17f8ee38a0
commit
ffe5de4a5e
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "{#light_blue}┌─────────{#} Hardware Information {#light_blue}──────────";
|
format = "{#cyan}┌─────────{#} Hardware Information {#cyan}──────────";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "cpu";
|
type = "cpu";
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "{#light_blue}├─────────{#} Software Information {#light_blue}──────────";
|
format = "{#cyan}├─────────{#} Software Information {#cyan}──────────";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "os";
|
type = "os";
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "{#light_blue}└────────────────────────────────────────";
|
format = "{#cyan}└────────────────────────────────────────";
|
||||||
}
|
}
|
||||||
|
|
||||||
"break"
|
"break"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue