Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@dylanaraps dylanaraps released this 30 Jun 05:23
· 867 commits to master since this release
  • Add -f flag to read colorscheme from a file. @opatut
    • Added support for importing colors in a .json format.
  • Exported files are now created using template files.
    • Added json export format. (colors.json)
  • Fixed bug with wallpaper not being set in some Window Managers.

You can now import your own colorschemes using a json file in the following format:

{
    "special": {
        "background": "#3A5130",
        "foreground": "#FAF9F5",
        "cursor": "#FAF9F5"
    },
    "colors": {
        "color0": "#3A5130",
        "color1": "#E3A19D",
        "color2": "#E1CEAE",
        "color3": "#D6DDCC",
        "color4": "#F1D2CB",
        "color5": "#F5E9D6",
        "color6": "#F9F0E5",
        "color7": "#FAF9F5",
        "color8": "#999999",
        "color9": "#E3A19D",
        "color10": "#E1CEAE",
        "color11": "#D6DDCC",
        "color12": "#F1D2CB",
        "color13": "#F5E9D6",
        "color14": "#F9F0E5",
        "color15": "#FAF9F5"
    }
}