All Downloads are FREE. Search and download functionalities are using the official Maven repository.

presets.darkGray.json Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
{
  "type": "jColorfulTheme",
  "name": "Dark gray",
  "version": 1,
  "author": "Eugene Zrazhevsky",
  "theme": [
    {
      "objectType": "common",
      "background": "#333333",
      "foreground": "#CCCCCC"
    },
    {
      "objectType": "JButton",
      "background": "#1D1D1D",
      "foreground": "#CCCCCC"
    },
    {
      "objectType": "JProgressBar",
      "background": "#4E4E4E",
      "foreground": "#CCCCCC",
      "string": {
        "background": "#CCCCCC",
        "foreground": "#4E4E4E"
      }
    },
    {
      "objectType": "JTextComponent",
      "background": "#656565",
      "foreground": "#CCCCCC",
      "caret": "#EBEBEB",
      "selection": "#919191"
    },
    {
      "objectType": "JTabbedPane",
      "tab": {
        "background": "#333333",
        "foreground": "#CCCCCC"
      },
      "activeTab": {
        "background": "#727272",
        "foreground": "#CCCCCC"
      }
    },
    {
      "objectType": "JTable",
      "head": {
        "background": "#333333",
        "foreground": "#ffffff"
      },
      "selectedRow": {
        "background": "#9B9B9B",
        "foreground": "#ffffff"
      },
      "row": {
        "background": "#636363",
        "foreground": "#ffffff"
      },
      "editor": {
        "background": "#E2E2E2",
        "foreground": "#000000"
      }
    },
    {
      "objectType": "JComboBox",
      "button": {
        "background": "#333333",
        "foreground": "#000000"
      },
      "selectedRow": {
        "background": "#9B9B9B",
        "foreground": "#ffffff"
      },
      "row": {
        "background": "#636363",
        "foreground": "#ffffff"
      }
    },
    {
      "objectType": "JList",
      "selectedRow": {
        "background": "#9B9B9B",
        "foreground": "#ffffff"
      },
      "row": {
        "background": "#636363",
        "foreground": "#ffffff"
      }
    },
    {
      "objectType": "JTree",
      "background": "#535353",
      "foreground": "#ffffff",
      "selectedRow": {
        "background": "#9B9B9B",
        "foreground": "#ffffff"
      },
      "row": {
        "background": "#535353",
        "foreground": "#ffffff"
      }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy