Skip to content

Instantly share code, notes, and snippets.

@benediktg
Last active June 1, 2019 00:13
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 benediktg/1fc7f53ddbd81c2741dba4e13ee4a361 to your computer and use it in GitHub Desktop.
Save benediktg/1fc7f53ddbd81c2741dba4e13ee4a361 to your computer and use it in GitHub Desktop.
PaperColor tilix theme
{
"name": "PaperColor Light",
"comment": "Light color scheme inspired by Google's Material Design",
"background-color": "#EEEEEE",
"bold-color-same-as-fg": true,
"foreground-color": "#444444",
"palette": [
"#EEEEEE",
"#AF0000",
"#008700",
"#5F8700",
"#0087AF",
"#878787",
"#005F87",
"#444444",
"#BCBCBC",
"#D70000",
"#D70087",
"#8700AF",
"#D75F00",
"#D75F00",
"#005FAF",
"#005F87"
],
"use-theme-colors": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment