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