Post

美化你的 clash verge rev

美化你的 clash verge rev

Theme scheme 項目地址

1.Icon

pngcommonsysproxytun
icocommonicosysproxyicotunico

2.Color scheme

Color Name ✅配色名 ✅Color hex
Primary Color主要顏色#8D5A97
Secondary Color次要顏色#53131E
Primary Text文本主要顏色#A4A5AE
Secondary Text文本次要顏色#B0C7BD
Info Color信息顏色#B8EBD0
Warning Color警告顏色#EE9B00
Error Color錯誤顏色#9B2226
Success Color成功顏色#38B000
Font Family字體系列Ping Fang

3.Css injection

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.layout__left .the-logo {
    visibility: hidden !important;
}

.linux.layout .layout__left .the-logo, .windows.layout .layout__left .the-logo, .unknown.layout .layout__left .the-logo {
    flex: 1 0 58px;
    margin-top: -70px;
    margin-left: 10px;
    padding: 30px 20px 26px 10px;
}

.layout__left {
    flex: 1 0 147px;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0 0 0px;
    flex-direction: column;
    align-self: stretch;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    border-right: 1px solid var(--divider-color);
}

.css-79rra8 {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0px;
}
This post is licensed under CC BY 4.0 by the author.