TEXT   287   0
   466 5.18 KB    69

Greentext for Notepad++ [Technical Instructions]

By Editfag
Created: 2020-12-21 16:59:07
Expiry: Never

  1. 1.
    //Notepad++, but in Tomorrow style
  2. 2.
    //Save this as an .XML file
  3. 3.
    //Use the "Twilight" style under style configurator
  4. 4.
    //Go under language, define language, and import, then pick it from the list every time it gets reset
  5. 5.
     
  6. 6.
    <NotepadPlus>
  7. 7.
    <UserLang name="Greentext" ext="" udlVersion="2.1">
  8. 8.
    <Settings>
  9. 9.
    <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
  10. 10.
    <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
  11. 11.
    </Settings>
  12. 12.
    <KeywordLists>
  13. 13.
    <Keywords name="Comments">00> 01 02 03[spoiler] 04[/spoiler]</Keywords>
  14. 14.
    <Keywords name="Numbers, prefix1"></Keywords>
  15. 15.
    <Keywords name="Numbers, prefix2"></Keywords>
  16. 16.
    <Keywords name="Numbers, extras1"></Keywords>
  17. 17.
    <Keywords name="Numbers, extras2"></Keywords>
  18. 18.
    <Keywords name="Numbers, suffix1"></Keywords>
  19. 19.
    <Keywords name="Numbers, suffix2"></Keywords>
  20. 20.
    <Keywords name="Numbers, range"></Keywords>
  21. 21.
    <Keywords name="Operators1"></Keywords>
  22. 22.
    <Keywords name="Operators2"></Keywords>
  23. 23.
    <Keywords name="Folders in code1, open"></Keywords>
  24. 24.
    <Keywords name="Folders in code1, middle"></Keywords>
  25. 25.
    <Keywords name="Folders in code1, close"></Keywords>
  26. 26.
    <Keywords name="Folders in code2, open"></Keywords>
  27. 27.
    <Keywords name="Folders in code2, middle"></Keywords>
  28. 28.
    <Keywords name="Folders in code2, close"></Keywords>
  29. 29.
    <Keywords name="Folders in comment, open"></Keywords>
  30. 30.
    <Keywords name="Folders in comment, middle"></Keywords>
  31. 31.
    <Keywords name="Folders in comment, close"></Keywords>
  32. 32.
    <Keywords name="Keywords1"></Keywords>
  33. 33.
    <Keywords name="Keywords2"></Keywords>
  34. 34.
    <Keywords name="Keywords3"></Keywords>
  35. 35.
    <Keywords name="Keywords4"></Keywords>
  36. 36.
    <Keywords name="Keywords5"></Keywords>
  37. 37.
    <Keywords name="Keywords6"></Keywords>
  38. 38.
    <Keywords name="Keywords7"></Keywords>
  39. 39.
    <Keywords name="Keywords8"></Keywords>
  40. 40.
    <Keywords name="Delimiters"></Keywords>
  41. 41.
    </KeywordLists>
  42. 42.
    <Styles>
  43. 43.
    <WordsStyle name="DEFAULT" fgColor="C5C8C6" bgColor="1D1F21" fontName="Arial" fontStyle="0" fontSize="12" nesting="0" />
  44. 44.
    <WordsStyle name="COMMENTS" fgColor="1D1F21" bgColor="A7A7A7" fontName="Arial" fontStyle="0" fontSize="12" nesting="256" />
  45. 45.
    <WordsStyle name="LINE COMMENTS" fgColor="B5BD68" bgColor="1D1F21" fontName="Arial" fontStyle="0" fontSize="12" nesting="0" />
  46. 46.
    <WordsStyle name="NUMBERS" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  47. 47.
    <WordsStyle name="KEYWORDS1" fgColor="000000" bgColor="FFFFFF" fontName="Arial" fontStyle="0" fontSize="12" nesting="0" />
  48. 48.
    <WordsStyle name="KEYWORDS2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  49. 49.
    <WordsStyle name="KEYWORDS3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  50. 50.
    <WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  51. 51.
    <WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  52. 52.
    <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  53. 53.
    <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  54. 54.
    <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  55. 55.
    <WordsStyle name="OPERATORS" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  56. 56.
    <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  57. 57.
    <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  58. 58.
    <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  59. 59.
    <WordsStyle name="DELIMITERS1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  60. 60.
    <WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  61. 61.
    <WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  62. 62.
    <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  63. 63.
    <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  64. 64.
    <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  65. 65.
    <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  66. 66.
    <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
  67. 67.
    </Styles>
  68. 68.
    </UserLang>
  69. 69.
    </NotepadPlus>

Greentext for Notepad++ [Technical Instructions]

by Editfag

Thousand Nights [Luna x Anon] [Smut]

by Editfag

Happy Accident [Celestia x Anon]

by Editfag

Drinking with Luna [Luna x Anon] [Smut]

by Editfag

Ponies and Porn [Prompt]

by Editfag