Advertisement
FlutterrapeGeneral

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

Apr 21st, 2014
2,137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. First: Go to Settings, Style Configurator, Change the Global Styles, Default Style's background color to the color settings at the following picture
  2. http://imgur.com/zwwa8iL
  3.  
  4. Next: Copy the following code from this paste, to a file named "GreentextStyle.xml"
  5.  
  6. <NotepadPlus>
  7. <UserLang name="Greentext (Def)" ext="" udlVersion="2.1">
  8. <Settings>
  9. <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
  10. <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
  11. </Settings>
  12. <KeywordLists>
  13. <Keywords name="Comments">00&gt; 01 02 03[spoiler] 04[/spoiler]</Keywords>
  14. <Keywords name="Numbers, prefix1"></Keywords>
  15. <Keywords name="Numbers, prefix2"></Keywords>
  16. <Keywords name="Numbers, extras1"></Keywords>
  17. <Keywords name="Numbers, extras2"></Keywords>
  18. <Keywords name="Numbers, suffix1"></Keywords>
  19. <Keywords name="Numbers, suffix2"></Keywords>
  20. <Keywords name="Numbers, range"></Keywords>
  21. <Keywords name="Operators1"></Keywords>
  22. <Keywords name="Operators2"></Keywords>
  23. <Keywords name="Folders in code1, open"></Keywords>
  24. <Keywords name="Folders in code1, middle"></Keywords>
  25. <Keywords name="Folders in code1, close"></Keywords>
  26. <Keywords name="Folders in code2, open"></Keywords>
  27. <Keywords name="Folders in code2, middle"></Keywords>
  28. <Keywords name="Folders in code2, close"></Keywords>
  29. <Keywords name="Folders in comment, open"></Keywords>
  30. <Keywords name="Folders in comment, middle"></Keywords>
  31. <Keywords name="Folders in comment, close"></Keywords>
  32. <Keywords name="Keywords1"></Keywords>
  33. <Keywords name="Keywords2"></Keywords>
  34. <Keywords name="Keywords3"></Keywords>
  35. <Keywords name="Keywords4"></Keywords>
  36. <Keywords name="Keywords5"></Keywords>
  37. <Keywords name="Keywords6"></Keywords>
  38. <Keywords name="Keywords7"></Keywords>
  39. <Keywords name="Keywords8"></Keywords>
  40. <Keywords name="Delimiters"></Keywords>
  41. </KeywordLists>
  42. <Styles>
  43. <WordsStyle name="DEFAULT" fgColor="000000" bgColor="D2DBFF" fontStyle="0" nesting="0" />
  44. <WordsStyle name="COMMENTS" fgColor="A7A7A7" bgColor="000000" fontStyle="0" nesting="0" />
  45. <WordsStyle name="LINE COMMENTS" fgColor="00801E" bgColor="D2DBFF" fontStyle="0" nesting="0" />
  46. <WordsStyle name="NUMBERS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  47. <WordsStyle name="KEYWORDS1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  48. <WordsStyle name="KEYWORDS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  49. <WordsStyle name="KEYWORDS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  50. <WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  51. <WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  52. <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  53. <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  54. <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  55. <WordsStyle name="OPERATORS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  56. <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  57. <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  58. <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  59. <WordsStyle name="DELIMITERS1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  60. <WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  61. <WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  62. <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  63. <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  64. <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  65. <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  66. <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
  67. </Styles>
  68. </UserLang>
  69. </NotepadPlus>
  70.  
  71.  
  72. Lastly: In Notepad++ go to Language, Define Your Language. Click on the Import button and choose your newly created GreentextStyle.xml File.
  73.  
  74. Viola! Your Notepad++ Should look like this.
  75. >Maybe.
  76. [spoiler] If you are lucky. [/spoiler]
  77.  
  78. Note that the green is not 100% perfect and the spoiler text is not 100% white for readability reasons.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement