dotfiles/.config/qtile-wayland/themes
2022-04-30 12:49:30 +02:00
..
dark-grey.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
dracula.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
material-darker.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
material-ocean.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
monokai-pro.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
nord-wave.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
nord.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
onedark.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
README.md Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00
rosepine.json Dotfiles config update (2022-04-30) 2022-04-30 12:49:30 +02:00

A theme consists of a simple json file. You can create your own by copying this json object and changing values:

{
    "dark": [
        "#0f101a",
        "#0f101a"
    ],
    "grey": [
        "#353c4a",
        "#353c4a"
    ],
    "light": [
        "#f1ffff",
        "#f1ffff"
    ],
    "text": [
        "#0f101a",
        "#0f101a"
    ],
    "focus": [
        "#a151d3",
        "#a151d3"
    ],
    "active": [
        "#f1ffff",
        "#f1ffff"
    ],
    "inactive": [
        "#4c566a",
        "#4c566a"
    ],
    "urgent": [
        "#F07178",
        "#F07178"
    ],
    "color1": [
        "#a151d3",
        "#a151d3"
    ],
    "color2": [
        "#F07178",
        "#F07178"
    ],
    "color3": [
        "#fb9f7f",
        "#fb9f7f"
    ],
    "color4": [
        "#ffd47e",
        "#ffd47e"
    ]
}