Unverified Commit 01ce340a authored by Norma's avatar Norma
Browse files

nixosTests/shadps4: fix colors, increase memory

shadps4's default color theme got updated, and it became more accurate so the openorbis .png color now matches with the output
parent 74a48e6f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@
          TRACY_NO_INVARIANT_CHECK = "1";
        };
      };

      virtualisation.memorySize = 2048;
    };

  enableOCR = true;
@@ -51,8 +53,8 @@
    import tempfile
    import subprocess

    selectionColor: str = "#2A82DA"
    openorbisColor: str = "#336081"
    selectionColor: str = "#354953"
    openorbisColor: str = "#306082"

    # Based on terminal-emulators.nix' check_for_pink
    def check_for_color(color: str) -> Callable[[bool], bool]: