Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
application-configuration
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 430009eb
authored
Dec 07, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
2b9b4e2b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
4 deletions
ptychat/wdchat_theme.sql
scgchat/scg_wdchat_theme.sql → scgchat/wdchat_theme.sql
ptychat/wdchat_theme.sql
0 → 100644
View file @
430009e
-- Blue theme
-- Actual parameter values may differ, what you see is a default string representation of values
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#42ADF8'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor1'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#42ADF8'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor2'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#000000'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor3'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#0000FF'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor4'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#E3F2FD'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor5'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#993300'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor6'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#FFFFFF'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor7'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#333333'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor8'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#969696'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor9'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#C0C0C0'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor10'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#CECECE'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor11'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#F57C00'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor12'
;
UPDATE
public
.
wd_sys_config
SET
sys_value
=
'#959595'
WHERE
sys_group
=
'theme'
and
sys_key
=
'BaseColor13'
;
\ No newline at end of file
scgchat/
scg_
wdchat_theme.sql
→
scgchat/wdchat_theme.sql
View file @
430009e
...
...
@@ -58,6 +58,3 @@ WHERE sys_group = 'theme' and sys_key = 'BaseColor13';
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment