Update color schemes

- support the new Go colors

GitOrigin-RevId: 4ecd779a6ceae3f36b60c6656d9ff819fe844f89
This commit is contained in:
Alexander Zolotov
2019-07-02 06:52:16 +03:00
committed by intellij-monorepo-bot
parent 6e55a5d3e3
commit 391bda1c4b
195 changed files with 2699 additions and 1485 deletions
@@ -1,6 +1,6 @@
// "Use 'computeIfAbsent' method with functional argument" "true"
import java.util.Map;
import java.util.*;
class Test {
public void test(Map<String, List<Integer>> map, String key) {
@@ -1,6 +1,6 @@
// "Use 'computeIfAbsent' method with functional argument" "true"
import java.util.Map;
import java.util.*;
class Test {
public void test(Map<String, List<Integer>> map, String key) {
@@ -1,6 +1,6 @@
// "Use 'computeIfAbsent' method with functional argument" "false"
import java.util.Map;
import java.util.*;
class Test {
public void test(Map<String, List<Integer>> map, String key) {
@@ -1,6 +1,6 @@
// "Use 'computeIfAbsent' method with functional argument" "false"
import java.util.Map;
import java.util.*;
class Test {
public void test(Map<String, List<Integer>> map, String key) {