mssh.gconf.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <gconfschemafile>
  2. <schemalist>
  3. <schema>
  4. <key>/schemas/apps/mssh/font</key>
  5. <applyto>/apps/mssh/font</applyto>
  6. <owner>mssh</owner>
  7. <type>string</type>
  8. <default>Monospace 10</default>
  9. <locale name="C">
  10. <short>Terminal font</short>
  11. <long>Font to use for all MSSH terminals</long>
  12. </locale>
  13. </schema>
  14. <schema>
  15. <key>/schemas/apps/mssh/fg_colour</key>
  16. <applyto>/apps/mssh/fg_colour</applyto>
  17. <owner>mssh</owner>
  18. <type>string</type>
  19. <default>#ffffffffffff</default>
  20. <locale name="C">
  21. <short>Terminal foreground colour</short>
  22. <long>Foreground colour to use for all MSSH terminals</long>
  23. </locale>
  24. </schema>
  25. <schema>
  26. <key>/schemas/apps/mssh/bg_colour</key>
  27. <applyto>/apps/mssh/bg_colour</applyto>
  28. <owner>mssh</owner>
  29. <type>string</type>
  30. <default>#000000000000</default>
  31. <locale name="C">
  32. <short>Terminal background colour</short>
  33. <long>Background colour to use for all MSSH terminals</long>
  34. </locale>
  35. </schema>
  36. </schemalist>
  37. </gconfschemafile>