aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-catppuccin-latte.css
blob: 7f0122e6d7c4458a76c4aa3b5693d23f9d91cef2 (plain)
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
/*
*
* name: Catppuccin Latte
* author: https://github.com/catppuccin/catppuccin
* slug: catppuccin-latte
* slug-underscored: catppuccin_latte
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #eff1f5;
    border-color: #1e66f5;
}

button,
image {
    color: #acb0be;
}

button:hover {
    background-color: rgba(114, 135, 253, 0.15);
}