-
1.
Notepad++ is a free piece of software primarily used for writing code.
-
2.
However, it also comes with a spell-checker, and therefore funnily enough serves as a neat tool to write greentext stories with, rather than relying on more sophisticated but clunkier text-formatting software like Microsoft Word or Office Libre.
-
3.
The below guide details how to change the layout of Notepad++ into looking similar to /mlp/'s native 'Yotsuba B' blue-board scheme, for your interest.
-
4.
-
5.
---
-
6.
-
7.
First: Go to Settings, Style Configurator, Change the Global Styles, Default Style's background color to the color settings at the following picture:
- 8.
-
9.
-
10.
(If the Imgur link is dead; the colour settings were as follows:)
-
11.
Hue: 152 Red: 210
-
12.
Sat: 240 Grn: 219
-
13.
Lum: 219 Blu: 255
-
14.
-
15.
Next: Copy the following code from this paste, to a file named "GreentextStyle.xml"
-
16.
-
17.
<NotepadPlus>
-
18.
<UserLang name="Greentext (Def)" ext="" udlVersion="2.1">
-
19.
<Settings>
-
20.
<Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
-
21.
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
-
22.
</Settings>
-
23.
<KeywordLists>
-
24.
<Keywords name="Comments">00> 01 02 03[spoiler] 04[/spoiler]</Keywords>
-
25.
<Keywords name="Numbers, prefix1"></Keywords>
-
26.
<Keywords name="Numbers, prefix2"></Keywords>
-
27.
<Keywords name="Numbers, extras1"></Keywords>
-
28.
<Keywords name="Numbers, extras2"></Keywords>
-
29.
<Keywords name="Numbers, suffix1"></Keywords>
-
30.
<Keywords name="Numbers, suffix2"></Keywords>
-
31.
<Keywords name="Numbers, range"></Keywords>
-
32.
<Keywords name="Operators1"></Keywords>
-
33.
<Keywords name="Operators2"></Keywords>
-
34.
<Keywords name="Folders in code1, open"></Keywords>
-
35.
<Keywords name="Folders in code1, middle"></Keywords>
-
36.
<Keywords name="Folders in code1, close"></Keywords>
-
37.
<Keywords name="Folders in code2, open"></Keywords>
-
38.
<Keywords name="Folders in code2, middle"></Keywords>
-
39.
<Keywords name="Folders in code2, close"></Keywords>
-
40.
<Keywords name="Folders in comment, open"></Keywords>
-
41.
<Keywords name="Folders in comment, middle"></Keywords>
-
42.
<Keywords name="Folders in comment, close"></Keywords>
-
43.
<Keywords name="Keywords1"></Keywords>
-
44.
<Keywords name="Keywords2"></Keywords>
-
45.
<Keywords name="Keywords3"></Keywords>
-
46.
<Keywords name="Keywords4"></Keywords>
-
47.
<Keywords name="Keywords5"></Keywords>
-
48.
<Keywords name="Keywords6"></Keywords>
-
49.
<Keywords name="Keywords7"></Keywords>
-
50.
<Keywords name="Keywords8"></Keywords>
-
51.
<Keywords name="Delimiters"></Keywords>
-
52.
</KeywordLists>
-
53.
<Styles>
-
54.
<WordsStyle name="DEFAULT" fgColor="000000" bgColor="D2DBFF" fontStyle="0" nesting="0" />
-
55.
<WordsStyle name="COMMENTS" fgColor="A7A7A7" bgColor="000000" fontStyle="0" nesting="0" />
-
56.
<WordsStyle name="LINE COMMENTS" fgColor="00801E" bgColor="D2DBFF" fontStyle="0" nesting="0" />
-
57.
<WordsStyle name="NUMBERS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
58.
<WordsStyle name="KEYWORDS1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
59.
<WordsStyle name="KEYWORDS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
60.
<WordsStyle name="KEYWORDS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
61.
<WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
62.
<WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
63.
<WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
64.
<WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
65.
<WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
66.
<WordsStyle name="OPERATORS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
67.
<WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
68.
<WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
69.
<WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
70.
<WordsStyle name="DELIMITERS1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
71.
<WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
72.
<WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
73.
<WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
74.
<WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
75.
<WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
76.
<WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
77.
<WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
-
78.
</Styles>
-
79.
</UserLang>
-
80.
</NotepadPlus>
-
81.
-
82.
-
83.
Lastly: In Notepad++ go to Language, Define Your Language. Click on the Import button and choose your newly created GreentextStyle.xml File.
-
84.
-
85.
Viola! Your Notepad++ should look like /mlp/, if you are lucky.
-
86.
-
87.
Note that the green is not 100% perfect and the spoiler text is not 100% white for readability reasons.
577 5.78 KB 87
How to make your Notepad++ look like 4chan's Yotsuba B
By FlutterrapeGeneralCreated: 2020-12-18 06:50:51
Expiry: Never
by FlutterrapeGeneral
by FlutterrapeGeneral
by FlutterrapeGeneral
by FlutterrapeGeneral
by FlutterrapeGeneral