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

presets.extremelyBlack.json Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
{
  "type": "jColorfulTheme",
  "name": "Extremely Black",
  "version": 1,
  "author": "Eugene Zrazhevsky",
  "theme": [
    {
      "objectType": "common",
      "background": "#000000",
      "foreground": "#eeeeee"
    },
    {
      "objectType": "JButton",
      "background": "#414141",
      "foreground": "#BFBFBF"
    },
    {
      "objectType": "JProgressBar",
      "background": "#9F9F9F",
      "foreground": "#333333",
      "string": {
        "background": "#333333",
        "foreground": "#9F9F9F"
      }
    },
    {
      "objectType": "JTextComponent",
      "background": "#333333",
      "foreground": "#ffffff",
      "caret": "#ffffff",
      "selection": "#9F9F9F"
    },
    {
      "objectType": "JTabbedPane",
      "tab": {
        "background": "#3B3B3B",
        "foreground": "#A8A8A8"
      },
      "activeTab": {
        "background": "#000000",
        "foreground": "#BCBCBC"
      }
    },
    {
      "objectType": "JTable",
      "head": {
        "background": "#333333",
        "foreground": "#ffffff"
      },
      "selectedRow": {
        "background": "#9B9B9B",
        "foreground": "#ffffff"
      },
      "row": {
        "background": "#777777",
        "foreground": "#ffffff"
      },
      "editor": {
        "background": "#E2E2E2",
        "foreground": "#000000"
      }
    },
    {
      "objectType": "JComboBox",
      "button": {
        "background": "#333333",
        "foreground": "#000000"
      },
      "selectedRow": {
        "background": "#494949",
        "foreground": "#ffffff"
      },
      "row": {
        "background": "#777777",
        "foreground": "#ffffff"
      }
    },
    {
      "objectType": "JList",
      "selectedRow": {
        "background": "#494949",
        "foreground": "#ffffff"
      },
      "row": {
        "background": "#777777",
        "foreground": "#ffffff"
      }
    },
    {
      "objectType": "JTree",
      "background": "#777777",
      "foreground": "#ffffff",
      "selectedRow": {
        "background": "#494949",
        "foreground": "#ffffff"
      },
      "row": {
        "background": "#000000",
        "foreground": "#ffffff"
      }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy