dotfiles/.config/qtile-wayland/themes/nord.json
2022-04-30 12:49:30 +02:00

55 lines
777 B
JSON

{
"dark": [
"#212121",
"#212121"
],
"grey": [
"#ABB2BF",
"#ABB2BF"
],
"light": [
"#ffffff",
"#ffffff"
],
"text": [
"#212121",
"#212121"
],
"focus": [
"#81a1c1",
"#81a1c1"
],
"active": [
"#f1ffff",
"#f1ffff"
],
"inactive": [
"#4c566a",
"#4c566a"
],
"urgent": [
"#b48ead",
"#b48ead"
],
"color1": [
"#81a1c1",
"#81a1c1"
],
"color2": [
"#88c0d0",
"#88c0d0"
],
"color3": [
"#a3be8c",
"#a3be8c"
],
"color4": [
"#ebcb8b",
"#ebcb8b"
],
"color5": [
"#ebcb8b",
"#ebcb8b"
]
}