updated how light/dark mode is handled

This commit is contained in:
Parker TenBroeck 2026-01-22 19:43:46 -05:00
parent b717263c67
commit 8a91886d68
6 changed files with 75 additions and 114 deletions

View file

@ -8,10 +8,9 @@ tags = ["java", "bytecode"]
category = ["project"]
+++
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/generators)
```java
```java,linenos
public static Future<Void, IOException> echo(@Cancellation("close") Socket socket) throws IOException {
try(socket){
var buffer = ByteBuffer.allocate(4096*2);