Codeshot
Funktionen Artikel
DE
English Deutsch Español Français Italiano 日本語 한국어 Português Русский 中文
Laden

Kostenlose Übersicht

Alle Syntax-Themes von Codeshot

Alle 30 Themes, hell und dunkel, gerendert mit genau den Stylesheets, die die App verwendet.

Jedes Theme hier unten gehört zu Codeshot, jeweils in einer hellen und einer dunklen Variante. Jedes Paar zeigt dasselbe Snippet, sodass du direkt vergleichen kannst — und in der App ist das gewählte Theme zwei Klicks entfernt.

a11y

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fefefe
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #2b2b2b

Atom One

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fafafa
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #282c34

Classic

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #f5f5f5
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #151515

Edge

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fafafa
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #262729

GitHub

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #0d1117

Google

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #1d1f21

Gradient

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #000

Grayscale

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #f7f7f7
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #101010

Harmonic16

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #f7f9fb
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #0b1c2c

Heetch

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #feffff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #190134

Horizon

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fdf0ed
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #1c1e26

Humanoid

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #f8f8f2
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #232629

iA

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #f6f6f6
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #1a1a1a

ISBL Editor

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #404040

Kimbie

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fbebd4
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #221a0f

NNFX

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #333

Panda Syntax

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #e6e6e6
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #2a2c2d

Papercolor

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #eee
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #1c1c1c

Paraiso

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #e7e9db
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #2f1e2e

QT Creator

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #000

Silk

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #e9f1ef
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #0e3c46

Solar Flare

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #f5f7fa
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #18262f

Solarized

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fdf6e3
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #002b36

StackOverflow

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #f6f6f6
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #1c1b1b

Standard

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #f8f8f8
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #181818

Summerfruit

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #151515

Synth Midnight Terminal

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #dddfe0
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #050608

Tokyo Night

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #d5d6db
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #1a1b26

Unikitty

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #2e2a31

Xcode

// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Hell · #fff
// Snapshot.swift
import SwiftUI

struct Snapshot: View {
    let title: String
    @State private var scale = 2

    var body: some View {
        Text(title)
            .font(.headline)
            .padding(12)
    }
}
Dunkel · #1f2024

Alle 30 auf deinem Mac

Wechsle Themes und Varianten live während der Arbeit und exportiere dann in der Größe, die du brauchst.

Für macOS laden

Produkt

  • Funktionen
  • Für macOS laden

Ressourcen

  • Alle 30 Syntax-Themes
  • Die beste Bildgröße für Code-Snippets auf Pinterest
  • Die beste Bildgröße für Code-Snippets auf Instagram
  • Die beste Bildgröße für Code-Snippets auf Facebook
  • Alle Artikel

Nach Sprache

  • Swift-Code-Screenshots
  • Python-Code-Screenshots
  • JavaScript-Code-Screenshots
  • TypeScript-Code-Screenshots
  • Go-Code-Screenshots
  • Rust-Code-Screenshots
  • Alle 60 Sprachen

Support

  • Support kontaktieren
  • @CodeshotApp
  • Datenschutz
  • Nutzungsbedingungen
Codeshot Erstellt von @sarunw