Enum CardTheme
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示卡片的主题。
public enum CardTheme : uint
Fields
Danger = 3
外观表现为危险。
卡片侧边的颜色大体为鲜红色,浅色模式下为
#FF3200
(http://www.color-hex.com/color/ff3200),深色模式下为#FF4D42
(http://www.color-hex.com/color/ff4d42)。Info = 4
外观表现为信息。
此主题与 Primary 主题相同。
卡片侧边的颜色大体为天蓝色,浅色模式下为#0096FF
(http://www.color-hex.com/color/0096ff),深色模式下为#33AAFF
(http://www.color-hex.com/color/33aaff)。Invisible = 7
外观表现为图文混排消息。
卡片无侧边,无底色,无边框。此主题用于图文混排消息的展示。
None = 6
外观表现为无侧边。
卡片无侧边。
Primary = 0
外观表现为主要卡片。
此主题与 Info 主题相同。
卡片侧边的颜色大体为天蓝色,浅色模式下为#0096FF
(http://www.color-hex.com/color/0096ff),深色模式下为#33AAFF
(http://www.color-hex.com/color/33aaff)。Secondary = 5
外观表现为次要卡片。
卡片侧边的颜色大体为灰色,浅色模式下为
#666666
(http://www.color-hex.com/color/666666),深色模式下为#AAAAAA
(http://www.color-hex.com/color/aaaaaa)。Success = 1
外观表现为成功。
卡片侧边的颜色大体为薄荷绿色
#00D287
(http://www.color-hex.com/color/00d287)。Warning = 2
外观表现为警告。
卡片侧边的颜色大体为橙色,浅色模式下为
#FF8200
(http://www.color-hex.com/color/ff8200),深色模式下为#FF8F19
(http://www.color-hex.com/color/ff8f19)。
Remarks
卡片的主题主要用于控制卡片左侧边的颜色。