Skip to content

Commit

Permalink
add x11bgcolor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Mar 9, 2024
1 parent 0769f7e commit e0a024a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html {
}

body {
background-color: @info;
background-color: @x11bgcolor;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
Expand Down
6 changes: 5 additions & 1 deletion transpile/config/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "abcdesktop.io",
"projectNameSplitedHTML": "<span id='projectNameSplitedStagea'>a</span><span id='projectNameSplitedStageb'>b</span><span id='projectNameSplitedStagec'>c</span><span id='projectNameSplitedStaged'>desktop</span>",
"colors": [
{
"name": "@x11bgcolor",
"value": "#6EC6F0"
},
{
"name": "@primary",
"value": "#474B55"
Expand Down Expand Up @@ -32,7 +36,7 @@
},
{
"name": "@info",
"value": "#527EDB"
"value": "#6EC6F0"
},
{
"name": "@warning",
Expand Down

0 comments on commit e0a024a

Please sign in to comment.