TiebaLite/app/src/main/protos/ThemeElement.proto

13 lines
263 B
Protocol Buffer
Raw Normal View History

2023-02-01 15:13:03 +08:00
syntax = "proto3";
package tieba;
option java_package = "com.huanchengfly.tieba.post.api.models.protos";
message ThemeElement {
string common_color = 1;
string dark_color = 2;
string light_color = 3;
string pattern_image = 4;
string font_color = 5;
}