Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d530deee
authored
Jun 13, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改UI颜色
parent
051f860a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FuSiTheme/Theme/UIColor+FUSTheme.m
Pods/Pods.xcodeproj/project.pbxproj
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FuSiTheme/Theme/UIColor+FUSTheme.m
View file @
d530deee
...
...
@@ -12,27 +12,27 @@
@implementation
UIColor
(
FUSTheme
)
+
(
UIColor
*
)
appBGColor
{
return
[
UIColor
colorWithHex
:
@"#11121A"
];
return
[
UIColor
whiteColor
];
}
+
(
UIColor
*
)
appBGPressColor
{
return
[
UIColor
colorWithHex
:
@"#
1D1D24
"
];
return
[
UIColor
colorWithHex
:
@"#
EEEEEE
"
];
}
+
(
UIColor
*
)
navBarColor
{
return
[
UIColor
colorWithHex
:
@"#11121A"
];
return
[
UIColor
whiteColor
];
}
+
(
UIColor
*
)
listBGColor
{
return
[
UIColor
colorWithHex
:
@"#191923"
];
return
[
UIColor
whiteColor
];
}
+
(
UIColor
*
)
listBGPressColor
{
return
[
UIColor
colorWithHex
:
@"#
21212B
"
];
return
[
UIColor
colorWithHex
:
@"#
EEEEEE
"
];
}
+
(
UIColor
*
)
fus_lineColor
{
return
[
UIColor
colorWithHex
:
@"#
11121A
"
];
return
[
UIColor
colorWithHex
:
@"#
dddddd
"
];
}
+
(
UIColor
*
)
appMainColor
{
...
...
Pods/Pods.xcodeproj/project.pbxproj
View file @
d530deee
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment