Codeshot
Features Articles
EN
English Deutsch Español Français Italiano 日本語 한국어 Português Русский 中文
Download

Free reference

Every Codeshot Syntax Theme

All 30 themes, in both light and dark, rendered with the exact stylesheets the app uses.

Every theme below ships with Codeshot, in a light and a dark variant. Each pair shows the same snippet, so you can compare like for like — then pick one and it is two clicks away in the app.

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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #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)
    }
}
Light · #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)
    }
}
Dark · #1f2024

All 30, on your Mac

Switch themes and variants live while you work, then export at the size you need.

Download for macOS

Product

  • Features
  • Download for macOS

Resources

  • All 30 syntax themes
  • The Best Image Size for Code Snippets on Pinterest
  • The Best Image Size for Code Snippets on Instagram
  • The Best Image Size for Code Snippets on Facebook
  • All articles

By language

  • Swift code screenshots
  • Python code screenshots
  • JavaScript code screenshots
  • TypeScript code screenshots
  • Go code screenshots
  • Rust code screenshots
  • All 60 languages

Support

  • Contact support
  • @CodeshotApp
  • Privacy Policy
  • Terms of Use
Codeshot Made by @sarunw