TEXT   479   0
   577 5.78 KB    87

How to make your Notepad++ look like 4chan's Yotsuba B

By FlutterrapeGeneral
Created: 2020-12-18 06:50:51
Expiry: Never

  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. (If the Imgur link is dead; the colour settings were as follows:)
  10. Hue: 152 Red: 210
  11. Sat: 240 Grn: 219
  12. Lum: 219 Blu: 255
  13.  
  14. Next: Copy the following code from this paste, to a file named "GreentextStyle.xml"
  15.  
  16. <NotepadPlus>
  17. <UserLang name="Greentext (Def)" ext="" udlVersion="2.1">
  18. <Settings>
  19. <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
  20. <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
  21. </Settings>
  22. <KeywordLists>
  23. <Keywords name="Comments">00> 01 02 03[spoiler] 04[/spoiler]</Keywords>
  24. <Keywords name="Numbers, prefix1"></Keywords>
  25. <Keywords name="Numbers, prefix2"></Keywords>
  26. <Keywords name="Numbers, extras1"></Keywords>
  27. <Keywords name="Numbers, extras2"></Keywords>
  28. <Keywords name="Numbers, suffix1"></Keywords>
  29. <Keywords name="Numbers, suffix2"></Keywords>
  30. <Keywords name="Numbers, range"></Keywords>
  31. <Keywords name="Operators1"></Keywords>
  32. <Keywords name="Operators2"></Keywords>
  33. <Keywords name="Folders in code1, open"></Keywords>
  34. <Keywords name="Folders in code1, middle"></Keywords>
  35. <Keywords name="Folders in code1, close"></Keywords>
  36. <Keywords name="Folders in code2, open"></Keywords>
  37. <Keywords name="Folders in code2, middle"></Keywords>
  38. <Keywords name="Folders in code2, close"></Keywords>
  39. <Keywords name="Folders in comment, open"></Keywords>
  40. <Keywords name="Folders in comment, middle"></Keywords>
  41. <Keywords name="Folders in comment, close"></Keywords>
  42. <Keywords name="Keywords1"></Keywords>
  43. <Keywords name="Keywords2"></Keywords>
  44. <Keywords name="Keywords3"></Keywords>
  45. <Keywords name="Keywords4"></Keywords>
  46. <Keywords name="Keywords5"></Keywords>
  47. <Keywords name="Keywords6"></Keywords>
  48. <Keywords name="Keywords7"></Keywords>
  49. <Keywords name="Keywords8"></Keywords>
  50. <Keywords name="Delimiters"></Keywords>
  51. </KeywordLists>
  52. <Styles>
  53. <WordsStyle name="DEFAULT" fgColor="000000" bgColor="D2DBFF" fontStyle="0" nesting="0" />
  54. <WordsStyle name="COMMENTS" fgColor="A7A7A7" bgColor="000000" fontStyle="0" nesting="0" />
  55. <WordsStyle name="LINE COMMENTS" fgColor="00801E" bgColor="D2DBFF" fontStyle="0" nesting="0" />
  56. <WordsStyle name="NUMBERS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  57. <WordsStyle name="KEYWORDS1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  58. <WordsStyle name="KEYWORDS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  59. <WordsStyle name="KEYWORDS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  60. <WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  61. <WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  62. <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  63. <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  64. <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  65. <WordsStyle name="OPERATORS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  66. <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  67. <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  68. <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  69. <WordsStyle name="DELIMITERS1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  70. <WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  71. <WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  72. <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  73. <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  74. <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  75. <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  76. <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  77. </Styles>
  78. </UserLang>
  79. </NotepadPlus>
  80.  
  81.  
  82. Lastly: In Notepad++ go to Language, Define Your Language. Click on the Import button and choose your newly created GreentextStyle.xml File.
  83.  
  84. Viola! Your Notepad++ should look like /mlp/, if you are lucky.
  85.  
  86. Note that the green is not 100% perfect and the spoiler text is not 100% white for readability reasons.

Flutterrape OP Text/Links

by FlutterrapeGeneral

The Flutterrape Request Archive - Sorted by Date

by FlutterrapeGeneral

Flutterrape FimFiction Authors

by FlutterrapeGeneral

Flutterrape Pastebin/PonePaste Authors

by FlutterrapeGeneral

How to make your Notepad++ look like 4chan's Yotsuba B

by FlutterrapeGeneral