Skip to content

Instantly share code, notes, and snippets.

@nerun
Last active July 25, 2024 18:14
Show Gist options
  • Save nerun/ea566aee52d0066a51ec3659808e1f71 to your computer and use it in GitHub Desktop.
Save nerun/ea566aee52d0066a51ec3659808e1f71 to your computer and use it in GitHub Desktop.
Ghostwriter theme based upon Oblivion for Gedit / Pluma / Xed. Copy to yours ~/.config/ghostwriter/themes.
{
"dark": {
"accent": "#ac7e9a",
"background": "#2e3436",
"block": "#bdc3c7",
"cursor": "#3daee9",
"emphasis": "#8ae234",
"error": "#da4453",
"foreground": "#d3d3a9",
"heading": "#ca6b0d",
"link": "#3daee9",
"markup": "#ebd207",
"selection": "#93cee9"
},
"light": {
"accent": "#dc143c",
"background": "#faf0e6",
"block": "#808080",
"cursor": "#3daee9",
"emphasis": "#008000",
"error": "#bc3b48",
"foreground": "#414134",
"heading": "#5e3006",
"link": "#0000ff",
"markup": "#c29307",
"selection": "#93cee9"
}
}
@nerun
Copy link
Author

nerun commented Jul 26, 2023

This theme was intended to be used in dark mode, the light mode was created only because it was necessary to have a light theme in order to create a theme for Ghostwriter.

DARK LIGHT
dark light

Installation

Copy Oblivion.json to:

  • Ubuntu / Mint: ~/.config/ghostwriter/themes.
  • Debian: ~/.local/share/ghostwriter/themes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment