How I can add any color themes into Scratch?
I wanna add any color scheme into Scratch, but I don't know how. Where I can find default Scratch themes (kate, oblivion etc.) in my system?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Scratch Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2012-11-18
- Last reply:
- 2013-03-14
Mario Guerriero (mefrio-g) said : | #1 |
You can find them at: /usr/share/
Take a look here for more informations:
https:/
I've followed the following steps:
$ mkdir ~/.local/
$ cd ~/.local/
$ cp /usr/share/
# edit custom.xml to your liking
More info at: https:/
example (caution, it needs more tweaking!):
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="dark-ffunenga" _name="Dark" version="1.0">
<author>Filipe Funenga</author>
<descriptio
<style name="text" foreground="#white" background=
<style name="selection" foreground="#white" background=
<style name="current-line" foreground="#black" background=
<style name="line-numbers" foreground="#black" background=
<style name="draw-spaces" foreground=
<style name="cursor" foreground=
<style name="bracket-
<style name="bracket-
<style name="search-match" foreground="#black" background=
<style name="right-margin" foreground="#white" width="2"/>
<style name="def:comment" foreground=
<style name="def:shebang" foreground=
<style name="def:
<style name="def:
<style name="def:string" foreground=
<style name="def:constant" foreground=
<style name="def:type" foreground=
<style name="def:
<style name="def:
<style name="def:keyword" foreground=
</style-scheme>
Can you help with this problem?
Provide an answer of your own, or ask q for more information if necessary.