Skip to content

Instantly share code, notes, and snippets.

@waimus
Last active May 2, 2022 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waimus/917acb58a0e31f7e0884a18dae630bb5 to your computer and use it in GitHub Desktop.
Save waimus/917acb58a0e31f7e0884a18dae630bb5 to your computer and use it in GitHub Desktop.
Terminal colour scheme

waimus-dark

This colour scheme was based on an existing colour scheme but I forget what was it. I made this a long while ago.

Screenshot from 2022-05-02 23-00-55

No. Slot Dark Light
1 Black #2e3436 #555753
2 Red #d62020 #ed333b
3 Green #26a269 #33d17a
4 Orange #f5c211 #fce94f
5 Blue #6900ff #7452ff
6 Purple #e66100 #ffa348
7 Turquoise #06989a #34e2e2
8 Grey #d3d7cf #eeeeec

Note: Slot names don't represent the colour

I swapped some colours, The "orange" slot have yellow colour, and "purple" slot have orange colour. The slot names are what's on Tilix preferences menu


JSON file for Tilix

Save this content to ~/.config/tilix/schemes/waimus-dark.json

Click to view JSON content
{
    "background-color": "#171717",
    "badge-color": "#AC7EA8",
    "bold-color": "#FFFFFF",
    "comment": "",
    "cursor-background-color": "#000000",
    "cursor-foreground-color": "#FFFFFF",
    "foreground-color": "#EEEEEC",
    "highlight-background-color": "#000000",
    "highlight-foreground-color": "#FFFFFF",
    "name": "waimus-dark",
    "palette": [
        "#2E3436",
        "#D62020",
        "#26A268",
        "#F5C110",
        "#6900FF",
        "#E66000",
        "#06989A",
        "#D3D7CF",
        "#555753",
        "#ED323A",
        "#32D17A",
        "#FCE94F",
        "#7351FF",
        "#FFA348",
        "#33E2E2",
        "#EEEEEC"
    ],
    "use-badge-color": false,
    "use-bold-color": false,
    "use-cursor-color": false,
    "use-highlight-color": false,
    "use-theme-colors": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment