defaults.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* NOTES to contributors:
  2. * use 4 spaces indents, and keep code ALIGNED and ORDERED */
  3. * {
  4. -GtkArrow-arrow-scaling: 0.6;
  5. -GtkButton-child-displacement-x: 0;
  6. -GtkButton-child-displacement-y: 0;
  7. -GtkButton-default-border: 0;
  8. -GtkButton-image-spacing: 0;
  9. -GtkButton-inner-border: 1;
  10. -GtkButton-interior-focus: true;
  11. -GtkButtonBox-child-min-height: 24;
  12. -GtkButtonBox-child-internal-pad-y: 1;
  13. -GtkCheckButton-indicator-size: 15;
  14. -GtkCheckMenuItem-indicator-size: 14;
  15. -GtkExpander-expander-size: 12;
  16. -GtkHTML-link-color: @link_color;
  17. -GtkIMHtml-hyperlink-color: @link_color;
  18. -GtkMenu-horizontal-padding: 0;
  19. -GtkMenu-vertical-padding: 0;
  20. -GtkNotebook-initial-gap: 0;
  21. -GtkNotebook-tab-overlap: -2;
  22. -GtkPaned-handle-size: 6;
  23. -GtkProgressBar-min-horizontal-bar-height: 10;
  24. -GtkProgressBar-min-vertical-bar-width: 10;
  25. -GtkRange-slider-width: 10;
  26. -GtkRange-stepper-spacing: 0;
  27. -GtkRange-trough-border: 0;
  28. -GtkRange-trough-under-steppers: 0;
  29. -GtkScrollbar-has-backward-stepper: false;
  30. -GtkScrollbar-has-forward-stepper: false;
  31. -GtkScrollbar-min-slider-length: 50;
  32. -GtkScrolledWindow-scrollbar-spacing: 0;
  33. -GtkScrolledWindow-scrollbars-within-bevel: 1;
  34. -GtkStatusbar-shadow-type: none;
  35. -GtkTextView-error-underline-color: @error_color;
  36. -GtkToolButton-icon-spacing: 6;
  37. -GtkToolItemGroup-expander-size: 11;
  38. -GtkTreeView-expander-size: 11;
  39. -GtkWidget-focus-line-width: 0;
  40. -GtkWidget-focus-padding: 0;
  41. -GtkWidget-link-color: @link_color;
  42. -GtkWidget-visited-link-color: @link_color;
  43. -GtkWindow-resize-grip-height: 13;
  44. -GtkWindow-resize-grip-width: 13;
  45. -WnckTasklist-fade-overlay-rect: 0;
  46. background-clip: padding-box;
  47. outline-color: alpha(@theme_fg_color, 0.3);
  48. outline-style: dashed;
  49. outline-offset: 2px;
  50. /* Don't use symbolic icons */
  51. -gtk-icon-style: regular;
  52. box-shadow: none;
  53. border-radius: 0;
  54. }