🏷️ Introducing struct Colors and Assets Dictionary for Colors

pull/1/head
Rémi REGNAULT 12 months ago
parent 2799b702a6
commit c6e90e4ded

@ -0,0 +1,13 @@
//
// Colors.swift
// DouShouQi_App
//
// Created by Rémi REGNAULT on 16/05/2024.
//
import Foundation
import SwiftUI
public struct Colors {
static let TitleText = Color("TitleTextColor")
}

@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.000",
"green" : "0.000",
"red" : "0.000"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading…
Cancel
Save