Skip to content

Instantly share code, notes, and snippets.

View oceanfrost's full-sized avatar
📚
Learning

Ocean oceanfrost

📚
Learning
  • 16:43 (UTC +08:00)
View GitHub Profile
@oceanfrost
oceanfrost / style.qss
Created May 4, 2025 07:23
RimSort Tech Blue Theme (Light)
/*
Theme: Tech Blue (Light)
- Primary Background: #e0f2f7
- Secondary Background: #b3e5fc
- Tertiary Background: #81d4fa
- Quaternary Background: #cfd8dc
- Primary Accent: #00bcd4
- Secondary Accent: #03a9f4
- Tertiary Accent: #f5f5f5
- Quaternary Accent: #90a4ae
Mono path[0] = 'D:/Program Files/Steam/steamapps/common/Rimworld/RimWorldWin64_Data/Managed'
Mono config path = 'D:/Program Files/Steam/steamapps/common/Rimworld/MonoBleedingEdge/etc'
Initialize engine version: 2019.4.30f1 (e8c891080a1f)
[Subsystems] Discovering subsystems at path D:/Program Files/Steam/steamapps/common/Rimworld/RimWorldWin64_Data/UnitySubsystems
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: Intel(R) Iris(R) Xe Graphics (ID=0x9a49)
Vendor:
VRAM: 8083 MB
using System.Collections.Generic;
using System.Reflection.Emit;
using PatientBedTransfer;
using HarmonyLib;
using Verse;
namespace MoveThePatientPatch
{
[StaticConstructorOnStartup]
public static class DoPatching
using System.Collections.Generic;
using System.Reflection.Emit;
using HarmonyLib;
using RimWorld;
using Verse;
namespace WASDedPawnPatch
{
[StaticConstructorOnStartup]
public static class DoPatching